| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| 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. |
A Boolean value indicating success.