Share via


Tax::taxTotal Method [AX 2012]

Gets the total tax for the voucher, date, and journal number.

Syntax

server public static TaxAmountCur taxTotal(
    Voucher _voucher, 
    TransDate _date, 
   [LedgerJournalId _journalNum, 
    boolean _includeReversed, 
    boolean _includeUseTax])

Run On

Server

Parameters

  • _includeReversed
    Type: boolean
    true if reversed taxes should be included in the total; otherwise, false; optional.

Return Value

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

See Also

Reference

Tax Class