SecondCurrencyPriceParams

data class SecondCurrencyPriceParams(val priceParams: PriceParams, val comparisonPriceParams: PriceParams? = null)(source)

Second currency price for Dual currencies. This option is provide due some legal requirements in some markets.

See also

Constructors

Link copied to clipboard
constructor(priceParams: PriceParams, comparisonPriceParams: PriceParams? = null)

Properties

Link copied to clipboard

Comparison price params for the Second currency price. Valid for 'Time restricted offer' and 'Last chance to buy'

Link copied to clipboard

Price params for the second currency price.