PromotionCodeUpdateOptionsRestrictions constructor

const PromotionCodeUpdateOptionsRestrictions({
  1. Map<String, PromotionCodeCurrencyOptionsValue>? currencyOptions,
})

restrictions_params

Settings that restrict the redemption of the promotion code.

Implementation

const PromotionCodeUpdateOptionsRestrictions({this.currencyOptions});