LedgerJournalTrans.totalTaxAmountSingleLine Method

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.

See Also

Reference

LedgerJournalTrans Table