Share via


TaxWithholdTrans_IN::getWithholdTaxAmount Method

Calculates the total withhold tax amount for the specified voucher and transaction date.

Syntax

client server public static TaxWithholdAmountCur getWithholdTaxAmount(
    Voucher _oldVoucher, 
    date _transDate, 
    AccountNum _accountNum)

Run On

Called

Parameters

  • _transDate
    Type: date
    The transaction date to calculate.

Return Value

Type: TaxWithholdAmountCur Extended Data Type
The total tax amount.

See Also

Reference

TaxWithholdTrans_IN Table