TaxUncommitted::getActualTaxAmountForInvoice Method

Gets the actual tax amount for the invoice.

Syntax

client server public static TaxAmountCur getActualTaxAmountForInvoice(
    RefTableId _documentTableId, 
    RefRecId _documentId, 
    Voucher _voucher, 
    InvoiceId _invoiceId, 
    boolean _includeUseTax)

Run On

Called

Parameters

  • _includeUseTax
    Type: boolean
    A Boolean value that indicates whether the tax amount must include use tax.

Return Value

Type: TaxAmountCur Extended Data Type
The tax amount in transactional currency.

See Also

Reference

TaxUncommitted Table