PromotionalOffer

@Serializable
data class PromotionalOffer(val androidOfferId: String, val eligible: Boolean, val title: String, val subtitle: String, val productMapping: Map<String, String>, val crossProductPromotions: Map<String, CustomerCenterConfigData.HelpPath.PathDetail.PromotionalOffer.CrossProductPromotion> = emptyMap()) : CustomerCenterConfigData.HelpPath.PathDetail

Constructors

Link copied to clipboard
constructor(androidOfferId: String, eligible: Boolean, title: String, subtitle: String, productMapping: Map<String, String>, crossProductPromotions: Map<String, CustomerCenterConfigData.HelpPath.PathDetail.PromotionalOffer.CrossProductPromotion> = emptyMap())

Types

Link copied to clipboard
@Serializable
class CrossProductPromotion(val storeOfferIdentifier: String, val targetProductId: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard