PriceUpdateOptions constructor

const PriceUpdateOptions({
  1. bool? active,
  2. Map<String, PriceCurrencyOptionsValue>? currencyOptions,
  3. List<String>? expand,
  4. String? lookupKey,
  5. Map<String, String>? metadata,
  6. String? nickname,
  7. ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
  8. bool? transferLookupKey,
})

Implementation

const PriceUpdateOptions({
  this.active,
  this.currencyOptions,
  this.expand,
  this.lookupKey,
  this.metadata,
  this.nickname,
  this.taxBehavior,
  this.transferLookupKey,
});