Checks to see if Banking Details are valid. If not, an error message will be set.

Syntax

finBankingDetails.IsValid([checkBankName], [checkExpiryDate], [expiryDateAsAt], [checkAccountNumber])

Parameters

NameTypeOptionalByRefDescription
checkBankName Boolean Optional Indicates whether to check Bank Name and Sort Code details. If omitted, a value of True is assumed.
checkExpiryDate Boolean Optional Indicates whether to check Expiry Date details. If omitted, a value of True is assumed.
expiryDateAsAt Date Optional The date to use when checking the Expiry Date. This should be the transaction date when validating for a transaction. If this is nothing then today's date is used. If omitted, a value of Nothing is assumed.
checkAccountNumber Boolean Optional If omitted, a value of True is assumed.

Return Value

Boolean

A Boolean value.

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