Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.