Share via


TaxWithholdCalculation_IN.rateOfDeduction Method [AX 2012]

Calculates the witholding tax rate for specified withholding tax group and transaction date.

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 real rateOfDeduction(
            TaxWithholdGroup _taxWithholdGroup, 
            TransDate _invoiceDate, 
           [AccountNum _accountNum, 
            boolean _isVendTransaction, 
            AmountMST _curTransLineAmountMST])

  Microsoft Dynamics AX 2012 R2 (SYS)
          public real rateOfDeduction(
            TaxWithholdGroup _taxWithholdGroup, 
            TransDate _invoiceDate, 
           [AccountNum _accountNum, 
            boolean _isVendTransaction])

Run On

Server

Parameters

  • _isVendTransaction
    Type: boolean
    Indicates whether transaction is for vendor.

Return Value

Type: real
Returns the calculated withholding tax rate.

See Also

Reference

TaxWithholdCalculation_IN Class