PromotionCodeUpdateOptions constructor

const PromotionCodeUpdateOptions({
  1. bool? active,
  2. List<String>? expand,
  3. Map<String, String>? metadata,
  4. PromotionCodeUpdateOptionsRestrictions? restrictions,
})

Implementation

const PromotionCodeUpdateOptions({
  this.active,
  this.expand,
  this.metadata,
  this.restrictions,
});