VendInvoiceLineMap.amountExclTax Method
Determines the line amount without the tax.
Syntax
public AmountCur amountExclTax(
AmountCur _amountCur,
Qty _qty,
TransDate _transDate,
[Tax _tax,
VendDocumentTableMap _parmTable,
boolean _keepEndDisc])
Run On
Called
Parameters
- _amountCur
Type: AmountCur Extended Data Type
The line amount.
- _qty
Type: Qty Extended Data Type
The line quantity.
- _transDate
Type: TransDate Extended Data Type
The date of transaction.
- _tax
Type: Tax Class
An instance of the Tax class; optional.
- _parmTable
Type: VendDocumentTableMap Map
The related table record; optional.
- _keepEndDisc
Type: boolean
A Boolean value that indicates whether to keep the discount amount; optional.
Return Value
Type: AmountCur Extended Data Type
The line amount without the tax.