SalesInvoiceDPBase.getTaxValue Method [AX 2012]

Gets the tax percentage.

Syntax

protected TaxValue getTaxValue(TaxSpec _taxSpec, CustInvoiceJour _custInvoiceJour)

Run On

Server

Parameters

  • _taxSpec
    Type: TaxSpec Class
    An instance of TaxSpec class that contains the tax information.

Return Value

Type: TaxValue Extended Data Type
The tax percentage.

See Also

Reference

SalesInvoiceDPBase Class