Share via


TaxWithholdCalculation_IN.calcTaxAdvancePayment Method [AX 2012]

Calculates tax advance payment information.

Syntax

public real calcTaxAdvancePayment(
    LedgerJournalTrans _ledgerJournalTrans, 
    real _grossAmount, 
   [SpecTrans _specTrans, 
    boolean _isVendorTransaction])

Run On

Server

Parameters

  • _grossAmount
    Type: real
    The gross amount.
  • _isVendorTransaction
    Type: boolean
    True if the transaction is vendor transaction.

Return Value

Type: real
The tax advance payment amount.

See Also

Reference

TaxWithholdCalculation_IN Class