/** * 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