Tax.getTaxAmountForPrepayment Method [AX 2012]

Gets the tax amount for the specified pre-payment.

Syntax

public TaxAmount getTaxAmountForPrepayment(boolean _isPrepayment, InvoiceId _invoiceId)

Run On

Server

Parameters

  • _isPrepayment
    Type: boolean
    A Boolean value that indicates whether it is a pre-payment.

Return Value

Type: TaxAmount Extended Data Type
The tax amount.

See Also

Reference

Tax Class