LedgerJournalTrans.totalTaxAmountForInvoice Method
Gets the total tax amount for an invoice.
Syntax
public TaxAmountCur totalTaxAmountForInvoice(
[boolean _includeActualTax,
boolean _includeUseTax,
boolean _useTransactionalCurrency])
Run On
Called
Parameters
- _includeActualTax
Type: boolean
Indicates whether the actual tax or the calculated tax is retrieved.
- _includeUseTax
Type: boolean
Indicates whether the use tax is included in the tax amount.
- _useTransactionalCurrency
Type: boolean
Indicates whether the tax amount is retrieved in the transaction or accounting currency.
Return Value
Type: TaxAmountCur Extended Data Type
The tax amount for the invoice.