CurrencyOption constructor
const
CurrencyOption({
- CurrencyOptionCustomUnitAmount? customUnitAmount,
- CurrencyOptionTaxBehavior? taxBehavior,
- List<
PriceTier> ? tiers, - int? unitAmount,
- String? unitAmountDecimal,
CurrencyOption
Implementation
const CurrencyOption({
this.customUnitAmount,
this.taxBehavior,
this.tiers,
this.unitAmount,
this.unitAmountDecimal,
});