PriceOfferType

Types

Link copied to clipboard
data object BTI : PriceOfferType

BTI price (Breath Taking Item)

Link copied to clipboard
data class IkeaFamilyPrice(val commercialMessage: String) : PriceOfferType

IKEA Family Price - Commercial message Make sure to add relevant 'Regular price' as Price add-ons

Link copied to clipboard
data class IkeaFamilyPriceRomania(val ikeaFamilyPriceLabel: String, val regularPriceLabel: String, val regularPriceParams: PriceParams) : PriceOfferType

IKEA Family Price Romania - Commercial message

Link copied to clipboard
data class New(val commercialMessage: String) : PriceOfferType

New - Commercial message

Link copied to clipboard
data class NewBTI(val commercialMessage: String) : PriceOfferType

New with BTI

Link copied to clipboard
data class NewLowerPrice(val commercialMessage: String) : PriceOfferType

New Lower price - Commercial message Make sure to add 'Previous price' as Price add-ons

Link copied to clipboard
data class NewTimeRestrictedOffer(val commercialMessage: String, val comparisonPriceParams: PriceParams) : PriceOfferType

Time Restricted Offer (and 'Last chance to buy') in combination with 'New' commercial message Make sure to add relevant Price validity as Price add-ons

Link copied to clipboard
data object Regular : PriceOfferType

Regular price

Link copied to clipboard
data class TimeRestrictedOffer(val comparisonPriceParams: PriceParams) : PriceOfferType

Time Restricted Offer (and 'Last chance to buy') Make sure to add relevant Price validity as Price add-ons

Properties

Link copied to clipboard
open val commercialMessage: String? = null
Link copied to clipboard
Link copied to clipboard