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
public TaxAmountCur totalTaxAmountSingleLine(
[boolean _includeActualTax,
boolean _includeUseTax,
boolean _useTransactionalCurrency])
Run On
ClientOrServer
Parameters
- _includeActualTax
Type: boolean
Indicates whether the actual tax or 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 current line.