Tax.totalTaxAmount Method [AX 2012]

This method returns the actual tax amount.

Syntax

public TaxAmountCur totalTaxAmount([boolean _includeUseTax])

Run On

Server

Parameters

  • _includeUseTax
    Type: boolean
    A flag that indicates whether use tax should be included in the tax total.

Return Value

Type: TaxAmountCur Extended Data Type
The actual tax amount in transactional currency.

See Also

Reference

Tax Class