CustInvoiceLine.amountExclTax_IN Method
Calculates and returns the amount of exclusive tax for a journal line.
Syntax
public AmountCur amountExclTax_IN(
[AmountCur _amountCur,
boolean _rounded,
Tax _tax])
Run On
Called
Parameters
- _amountCur
Type: AmountCur Extended Data Type
The line amount that includes taxes.
- _rounded
Type: boolean
A Boolean value that indicates whether the value will be rounded according to the tax round off
- _tax
Type: Tax Class
The tax object
Return Value
Type: AmountCur Extended Data Type
The base amount exclusive of taxes.