Updates Transaction Value and Withholding Tax Rate given the Gross Value and Withholding Tax Value.
Syntax
finBatchTransaction.WithholdingTaxSet2(grossValue, withholdingTaxResidentStatus, withholdingTaxValue)
Parameters
| Name | Type | Optional | ByRef | Description |
| grossValue |
Decimal |
|
|
The Gross Value of Interest. For CREDIT INTEREST pass a positive value. |
| withholdingTaxResidentStatus |
isefinAccountTransactionResidentStatus |
|
|
Resident Status. |
| withholdingTaxValue |
Decimal |
|
|
Withholding Tax Value. For CREDIT INTEREST pass a positive value. |
Return Value
Boolean
A Boolean value indicating Success.
- Member of:
- finBatchTransaction
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0