TxnTaxDetail constructor

TxnTaxDetail({
  1. List<TaxLine>? line,
  2. double? totalTax,
  3. ReferenceType? txnTaxCodeRef,
})

Implementation

TxnTaxDetail({
  this.line, this.totalTax, this.txnTaxCodeRef
});