LedgerJournalTrans::totalTaxAmountSingleLineIL Method
Gets the total tax amount for the current line.
Syntax
client server private static container totalTaxAmountSingleLineIL(container _params)
Run On
Called
Parameters
- _params
Type: container
A container that contains the parameters LedgerJournalTrans, IncludeActualTax, IncludeUseTax, and UseTransactionalCurrency.
Return Value
Type: container
A container that contains the tax amount for the current line.
Remarks
This method exists so calls can transition to IL before computing taxes. API consumers should use the LedgerJournalTrans.totalTaxAmountSingleLine method.