Share via


TaxWithholdJournal_IN.getTotalWithholdAmountCur Method [AX 2012]

Gets total withhold tax amount

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
          private TaxWithholdAmountCur getTotalWithholdAmountCur(
            CustVendAC _accountNumber, 
            AmountCur _grossAmount, 
            LedgerJournalTrans _ledgerJournalTrans, 
            SpecTrans _specTrans, 
            TaxWithholdGroup _taxWithholdGroup, 
            CompanyId _invoiceCompanyId, 
           [RefRecId _cpOrigRefRecId, 
            boolean _isOnJewelry, 
            boolean _isByCash])

  Microsoft Dynamics AX 2012 R2 (SYS)
          private TaxWithholdAmountCur getTotalWithholdAmountCur(
            CustVendAC _accountNumber, 
            AmountCur _grossAmount, 
            LedgerJournalTrans _ledgerJournalTrans, 
            SpecTrans _specTrans, 
            TaxWithholdGroup _taxWithholdGroup, 
            CompanyId _invoiceCompanyId, 
           [RefRecId _cpOrigRefRecId])

Run On

Server

Parameters

Return Value

Type: TaxWithholdAmountCur Extended Data Type
Total withhold tax amount

See Also

Reference

TaxWithholdJournal_IN Class