Cancels all PayToAgreements that are linked to the Account.
Syntax
finBankInterface.CancelPayToAgreementsFromAccount(accountPk, reason, narrative, [countSuccess], [countFailure])
Parameters
| Name | Type | Optional | ByRef | Description |
| accountPk |
Integer |
|
|
The Primary Key of an Account. |
| reason |
String |
|
|
The cancellation reason (mandatory). |
| narrative |
String |
|
|
The narrative to be added to the cancellation (mandatory). |
| countSuccess |
Integer |
Optional |
ByRef |
If omitted, a value of 0 is assumed. |
| countFailure |
Integer |
Optional |
ByRef |
If omitted, a value of 0 is assumed. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- finBankInterface
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0