CatalogTax constructor

CatalogTax({
  1. String? name,
  2. bool? enabled,
  3. String? percentage,
  4. TaxCalculationPhase? calculationPhase,
  5. bool? appliesToCustomAmounts,
  6. TaxInclusionType? inclusionType,
})

Implementation

CatalogTax({
  this.name, this.enabled, this.percentage, this.calculationPhase,
  this.appliesToCustomAmounts, this.inclusionType
});