Share via


TaxSettlement_IN.new Method [AX 2012]

Initializes a new instance of the Tax class.

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 void new(
            Voucher _invoiceVoucher, 
            TransDate _invoiceDate, 
            Voucher _paymentVoucher, 
            TransDate _paymentDate, 
            TableId _invoiceTableId, 
            RefRecId _invoiceRecId, 
            CurrencyCode _currencyCode, 
            TableId _paymentTableId, 
            RefRecId _paymentRecId, 
            Percent _percent, 
           [ExchRate _exchRate, 
            ExchRate _exchRateSecond, 
            UnknownNoYes _triangulation, 
            LedgerJournalTrans _ledgerJournalTrans, 
            boolean _finalPayment, 
            CompanyId _paymentCompanyId, 
            TableId _settlementSourceTableId])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public void new(
            Voucher _invoiceVoucher, 
            TransDate _invoiceDate, 
            Voucher _paymentVoucher, 
            TransDate _paymentDate, 
            TableId _invoiceTableId, 
            RefRecId _invoiceRecId, 
            CurrencyCode _currencyCode, 
            TableId _paymentTableId, 
            RefRecId _paymentRecId, 
            Percent _percent, 
           [ExchRate _exchRate, 
            ExchRate _exchRateSecond, 
            UnknownNoYes _triangulation, 
            LedgerJournalTrans _ledgerJournalTrans, 
            boolean _finalPayment, 
            CompanyId _paymentCompanyId])

Run On

Server

Parameters

See Also

Reference

TaxSettlement_IN Class