CurrencyOption constructor

const CurrencyOption({
  1. CurrencyOptionCustomUnitAmount? customUnitAmount,
  2. CurrencyOptionTaxBehavior? taxBehavior,
  3. List<PriceTier>? tiers,
  4. int? unitAmount,
  5. String? unitAmountDecimal,
})

CurrencyOption

Implementation

const CurrencyOption({
  this.customUnitAmount,
  this.taxBehavior,
  this.tiers,
  this.unitAmount,
  this.unitAmountDecimal,
});