FeeLineTax constructor

FeeLineTax(
  1. int? id,
  2. String? rateCode,
  3. String? rateId,
  4. String? label,
  5. bool? compound,
  6. String? taxTotal,
  7. String? shippingTaxTotal,
  8. List<MetaData>? metaData,
)

Implementation

FeeLineTax(this.id, this.rateCode, this.rateId, this.label, this.compound,
    this.taxTotal, this.shippingTaxTotal, this.metaData);