PromotionCodeRestrictions constructor

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

restrictions_params

Settings that restrict the redemption of the promotion code.

Implementation

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