Executes a Bank Interface Update request for Bank Transactions.

Syntax

finBankInterface.ExecuteUpdateBankTransaction(serviceLogPk, [bankTransactionPk], [bankTransactionStatus], [responseStatus], [executePostFailed])

Parameters

NameTypeOptionalByRefDescription
serviceLogPk Integer The Primary Key of a Service Log for the Bank Transaction.
bankTransactionPk Integer Optional ByRef Returns the Primary Key of the Bank Transaction related to the Service Log. If omitted, a value of 0 is assumed.
bankTransactionStatus isefinBankTransactionBankInterfaceStatus Optional ByRef Returns the updated status of the Bank Transaction. If omitted, a value of isefinBankTransactionBankInterfaceStatus.NotApplicable is assumed.
responseStatus iseServiceLogResponseStatus Optional ByRef Returns the Status of the Payment. If omitted, a value of iseServiceLogResponseStatus.NotApplicable is assumed.
executePostFailed Boolean Optional ByRef Returns True if the "StatusChange" event script fails. If omitted, a value of False 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