summaryrefslogtreecommitdiff
path: root/node_modules/@jet-app/app-store/tmp/src/api/models/arcade-upsell.js
blob: 8d8eac3a5d6d59e2002efa780a1e90a2936a1003 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * Created by Jellenbogen on 11/19/19.
 */
import * as base from "./base";
/** @public */
export class UpsellBreakout extends base.ViewModel {
    constructor(details, offerDisplayProperties, displayProperties, offerButtonAction, buttonCallToAction, artwork, video) {
        super();
        this.details = details;
        this.displayProperties = displayProperties;
        this.offerButtonAction = offerButtonAction;
        this.buttonCallToAction = buttonCallToAction;
        this.offerDisplayProperties = offerDisplayProperties;
        this.artwork = artwork;
        this.video = video;
    }
}
//# sourceMappingURL=arcade-upsell.js.map