Gets saved Banking details for the Payment Method passed into this function. The Account's Banking details are searched first, if not found then previous Bank Transactions are searched.

Syntax

finAccount.GetBankingDetails(paymentMethodId, bankingDetails, found, [searchBankTransactions], [searchBankTransactionsRefund])

Parameters

NameTypeOptionalByRefDescription
paymentMethodId String The Payment Method to look for.
bankingDetails finBankingDetails ByRef If details for the payment method are found, a populated finBankingDetails object is returned.
found Boolean ByRef Indicates whether a match was found.
searchBankTransactions Boolean Optional Should previous Bank Transactions be searched? If omitted, a value of True is assumed.
searchBankTransactionsRefund Boolean Optional Should previous "Refund" Bank Transactions be searched? Note, searchBankTransactions must also be True. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccount
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0