OfferOverride

@Serializable
data class OfferOverride(val offerName: String, val offerDetails: String, val offerDetailsWithIntroOffer: String? = null, val offerDetailsWithMultipleIntroOffers: String? = null, val offerBadge: String? = null)

Constructors

Link copied to clipboard
constructor(offerName: String, offerDetails: String, offerDetailsWithIntroOffer: String? = null, offerDetailsWithMultipleIntroOffers: String? = null, offerBadge: String? = null)

Properties

Link copied to clipboard
val offerBadge: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard