Gets the latest Bank Account Enquiry for the Client matching the filters.

Syntax

finClient.GetLatestBankAccountEnquiry(serviceLogs, [serviceId], [numberOfDays], [response], [includeInProgress])

Parameters

NameTypeOptionalByRefDescription
serviceLogs ISServiceLogs ByRef Returns the collection of related Service Logs for the latest Bank Account Enquiry, or Nothing if no Bank Account Enquiry Log matches the criteria.
serviceId String Optional The optional Id of the Service to filter by.
numberOfDays Integer Optional The maximum number of days (from now) to search backwards for. 0 or negative indicates no restriction. If omitted, a value of 0 is assumed.
response ISBankAccountEnquiryResponse Optional ByRef The Bank Account Enquiry Response object. If omitted, a value of Nothing is assumed.
includeInProgress Boolean Optional Include In Progress Enquiries? If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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