Share via


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

  • _tax
    Type: Tax Class
    An instance of the Tax class; 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.

See Also

Reference

VendInvoiceLineMap Map