Default

data class Default(val monthlyPriceLabel: String, val monthlyPriceValue: PriceParams, val interestRateLabel: String, val interestRateValue: String, val finalPriceLabel: String? = null) : FinancingModuleVariant(source)

Full financing details: a 2-column grid with monthly price and interest rate, an optional final price label, and an actionable item.

Constructors

Link copied to clipboard
constructor(monthlyPriceLabel: String, monthlyPriceValue: PriceParams, interestRateLabel: String, interestRateValue: String, finalPriceLabel: String? = null)

Properties

Link copied to clipboard

Optional total price text shown below the grid.

Link copied to clipboard

Label displayed above the interest rate.

Link copied to clipboard

Interest rate display value (e.g. "6.99%").

Link copied to clipboard

Label displayed above the monthly price.

Link copied to clipboard

Price parameters for the monthly price display.