PromotionCodesResourceRestrictions constructor

const PromotionCodesResourceRestrictions({
  1. Map<String, PromotionCodeCurrencyOption>? currencyOptions,
  2. required bool firstTimeTransaction,
  3. int? minimumAmount,
  4. String? minimumAmountCurrency,
})

PromotionCodesResourceRestrictions

Implementation

const PromotionCodesResourceRestrictions({
  this.currencyOptions,
  required this.firstTimeTransaction,
  this.minimumAmount,
  this.minimumAmountCurrency,
});