Share via


Tax.taxGTAVendorForNonPO_IN Method [AX 2012]

Gets tax GTA vendor for no po.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          public TaxAmount taxGTAVendorForNonPO_IN(VendInvoiceInfoLine _vendInvoiceInfoLine, [Percent _reverseChargePercent])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public TaxAmount taxGTAVendorForNonPO_IN(VendInvoiceInfoLine _vendInvoiceInfoLine)

Run On

Server

Parameters

Return Value

Type: TaxAmount Extended Data Type
The instance of the TaxAmount class.

See Also

Reference

Tax Class