Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.