Share via


vendTax1099Update::getAmountIncludingTax Method [AX 2012]

This method is use to retrieve the total amount for the invoice line including the tax for 1099s.

Syntax

server public static AmountCur getAmountIncludingTax(VendInvoiceTrans _vendInvoiceTrans)

Run On

Server

Parameters

  • _vendInvoiceTrans
    Type: VendInvoiceTrans Table
    The invoice transaction record that the amount and tax will be calculated on.

Return Value

Type: AmountCur Extended Data Type
The total of the line amount and the tax.

See Also

Reference

vendTax1099Update Class