Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the withholding tax value for given parameter.
Syntax
private TaxWithholdValue taxWithholdPercent_TH(
TaxWithholdCode _taxWithholdCode,
TransDate _date,
TaxWithholdBase _amount)
Run On
Called
Parameters
- _taxWithholdCode
Type: TaxWithholdCode Extended Data Type
The tax withhold code is used to find record of the TaxWithholdTable table.
- _date
Type: TransDate Extended Data Type
The transaction date is used to find record of the TaxWithholdTable table.
- _amount
Type: TaxWithholdBase Extended Data Type
The tax withhold base amount is used to find record of the TaxWithholdTable table.
Return Value
Type: TaxWithholdValue Extended Data Type
Returns a withholding tax value.