TaxLine constructor
TaxLine({})
Implementation
TaxLine({
this.id,
this.rateCode,
this.rateId,
this.label,
this.compound,
this.taxTotal,
this.shippingTaxTotal,
this.metaData,
});
TaxLine({
this.id,
this.rateCode,
this.rateId,
this.label,
this.compound,
this.taxTotal,
this.shippingTaxTotal,
this.metaData,
});