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 actual and calculated tax amount for the specified line.
Syntax
client server private static container getActualAndCalculatedTaxForSingleLineIL(container _params)
Run On
Called
Parameters
- _params
Type: container
A container holding the LedgerJournalTtrans record and a value that indicates whether to include the use tax.
Return Value
Type: container
A container holding the actual and calculated tax amount.
Remarks
This method exists so calls can transition to IL before computing taxes. The standard API consumers should use is LedgerJournalTrans.getCalculatedAndActualTaxForSingleLine().