QuickbooksTaxLineDetails constructor
QuickbooksTaxLineDetails({})
Implementation
QuickbooksTaxLineDetails({
required this.taxRateRef,
this.netAmountTaxable,
this.percentBased,
this.taxInclusiveAmount,
this.overrideDeltaAmount,
this.taxPercent,
});