CatalogTax constructor

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

Implementation

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