Regular
data class Regular(val size: PriceModuleSizeRegular = PriceModuleSizeRegular.Medium, val placeholder: Boolean = false, val completePriceLabel: String? = null) : PriceModuleVariant
Regular variant for Price Module This variant is a consolidated version of the previous PriceModuleVariant.Compact, PriceModuleVariant.Inspirational and PriceModuleVariant.Informational.
Constructors
Link copied to clipboard
constructor(size: PriceModuleSizeRegular = PriceModuleSizeRegular.Medium, placeholder: Boolean = false, completePriceLabel: String? = null)
Properties
Link copied to clipboard
is used for 'Complete price' which is used for Price and product combinations.
Link copied to clipboard
is used to reserve a vertical space identical to Commercial message. Use cases are if there is need to show prices side-by-side and align them vertically the same. Eg. Showing prices in a grid.
Link copied to clipboard
for Regular variant. One of PriceModuleSizeRegular.XSmall, PriceModuleSizeRegular.Small, PriceModuleSizeRegular.Medium, PriceModuleSizeRegular.Large, PriceModuleSizeRegular.XLarge.