Share via


TaxWithholdCalculation_IN.amountToSettle Method [AX 2012]

Gets amount to be settled.

Syntax

public real amountToSettle(
    RefTableId _tableId, 
    RefRecId _recId, 
    container _taxWithholdData, 
    TransDate _transDate, 
    TaxWithholdGroup _taxWithholdGroup, 
    TaxWithholdCode _taxWithholdCode)

Run On

Server

Parameters

  • _taxWithholdData
    Type: container
    Withholding tax data.

Return Value

Type: real
Amount to be settled.

See Also

Reference

TaxWithholdCalculation_IN Class