AccountTaxTaxRule constructor

AccountTaxTaxRule({
  1. String? country,
  2. String? locationId,
  3. String? ratePercent,
  4. bool? shippingTaxed,
  5. bool? useGlobalRate,
})

Implementation

AccountTaxTaxRule({
  this.country,
  this.locationId,
  this.ratePercent,
  this.shippingTaxed,
  this.useGlobalRate,
});