Share via


TaxPurch.totalTaxAmount Method [AX 2012]

Retrieves the total tax amount.

Syntax

public TaxAmountCur totalTaxAmount([boolean _includeUseTax])

Run On

Server

Parameters

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

Return Value

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

Remarks

For direct import, the total tax amount is the sum of all taxes because there is no tax included in the price.

See Also

Reference

TaxPurch Class