Tax.calcChargeExclTax_IN Method [AX 2012]

Calculates the charge of excl tax.

Syntax

public real calcChargeExclTax_IN(
    MarkupCode _chargeCode, 
    MarkupValue _chargeValue, 
    date _calculationDate, 
    MarkupTrans _markupTrans, 
   [str _delimiterVal])

Run On

Server

Parameters

  • _calculationDate
    Type: date
    The calculation date.
  • _delimiterVal
    Type: str
    The delimiter val.

Return Value

Type: real
The charge excel tax amount.

See Also

Reference

Tax Class