UnitInvoiceTaxLine constructor

UnitInvoiceTaxLine({
  1. Price? taxAmount,
  2. String? taxName,
  3. String? taxType,
})

Implementation

UnitInvoiceTaxLine({
  this.taxAmount,
  this.taxName,
  this.taxType,
});