BTI

class BTI(priceSizeStyle: PriceSizeStyle = PriceSizeStyle.MixedSize) : PriceVariant(source)

The BTI (Breath Taking Item) price display styling highlights the price in a BTI box. This styling can only be applied on the leading price variation.

Parameters

priceSizeStyle

The price size style variations to be displayed. The default value is PriceSizeStyle.MixedSize.

Constructors

Link copied to clipboard
constructor(priceSizeStyle: PriceSizeStyle = PriceSizeStyle.MixedSize)