Share via


TaxWithholdCalculation_IN.taxWithholdLedger Method [AX 2012]

Calculates withholding taxes for Ledger Transaction.

Syntax

public real taxWithholdLedger(
    LedgerJournalTrans _ledgerJournalTrans, 
    LedgerVoucher _ledgerVoucher, 
    TaxWithholdGroup _taxWithholdGroup, 
    real _grossAmount)

Run On

Server

Parameters

  • _grossAmount
    Type: real
    The GrossAmount.

Return Value

Type: real
Calculated withholding taxes for Ledger Transaction.

See Also

Reference

TaxWithholdCalculation_IN Class