CatalogTax constructor
CatalogTax({
- String? name,
- bool? enabled,
- String? percentage,
- TaxCalculationPhase? calculationPhase,
- bool? appliesToCustomAmounts,
- TaxInclusionType? inclusionType,
Implementation
CatalogTax({
this.name, this.enabled, this.percentage, this.calculationPhase,
this.appliesToCustomAmounts, this.inclusionType
});