CouponUpdateOptions constructor

const CouponUpdateOptions({
  1. Map<String, CouponCurrencyOption>? currencyOptions,
  2. List<String>? expand,
  3. Map<String, String>? metadata,
  4. String? name,
})

Implementation

const CouponUpdateOptions({
  this.currencyOptions,
  this.expand,
  this.metadata,
  this.name,
});