[ ] New Invoice-level field: GlobalTaxCalculation. Allowed values are: TaxExcluded, TaxInclusive, and NotApplicable.
[ ] TxnTaxDetail.TxnTaxCodeRef doesn't exist; tax codes are defined on each invoice line
[ ] The current totalTax field would contain a sum of tax for each unique TaxRate associated with the selected TaxCodes. To override QBO's tax calculations, we have to send the amount to apply to each TaxRate, not just the TotalTax, as we do now.
GlobalTaxCalculation
. Allowed values are:TaxExcluded
,TaxInclusive
, andNotApplicable
.TxnTaxDetail.TxnTaxCodeRef
doesn't exist; tax codes are defined on each invoice linetotalTax
field would contain a sum of tax for each unique TaxRate associated with the selected TaxCodes. To override QBO's tax calculations, we have to send the amount to apply to each TaxRate, not just the TotalTax, as we do now.