TaxRateUpdateOptions constructor

const TaxRateUpdateOptions({
  1. bool? active,
  2. String? country,
  3. String? description,
  4. String? displayName,
  5. List<String>? expand,
  6. String? jurisdiction,
  7. Map<String, String>? metadata,
  8. String? state,
  9. TaxProductResourceLineItemTaxBreakdownTaxRateDetailsTaxType? taxType,
})

Implementation

const TaxRateUpdateOptions({
  this.active,
  this.country,
  this.description,
  this.displayName,
  this.expand,
  this.jurisdiction,
  this.metadata,
  this.state,
  this.taxType,
});