Share via


Tax::baseAmountExclTax_IN Method [AX 2012]

Calculates and retrieves the amount exclusive of tax for a journal line and should be used when the line amount includes taxes.

Syntax

server public static TaxBaseCur baseAmountExclTax_IN(
    Common _common, 
    TransDate _taxDate, 
    AmountCur _lineAmount, 
    AmountCur _baseAmountCur, 
   [EndDiscPct _discPercent, 
    Tax _tax])

Run On

Server

Parameters

  • _tax
    Type: Tax Class
    The tax object; optional.

Return Value

Type: TaxBaseCur Extended Data Type
The base amount exclusive of taxes.

See Also

Reference

Tax Class