| Name | Description | |
|---|---|---|
| Add | Add an item to the end of the collection. | |
| Clear | Clear collection. | |
| CreateClientBankAccount | Create a finClientBankAccount object. | |
| ExistsPk | Checks to see if an item with the specified primary key exists in the collection. | |
| GetBankAccountCodeDescription | Get the Code Description for a Client Bank Account in this Collection. | |
| GetBankAccountCodeDescriptionList | Function to get a Code Description List of Client Bank Accounts from this collection. | |
| GetCurrentBankAccount | Get details of a Current Bank Account. | |
| GetEzidebitCustomer | Returns the first Ezidebit Customer found in the list, optionally including non-current items, or Nothing if not found. | |
| GetMonoovaCardByPaymentReference | Returns the first Monoova Card found in the list, optionally including non-current items, or Nothing if not found. | |
| GetMonoovaPaymentReference | Returns the first Monoova Payment Reference found in the list, optionally including non-current items, or Nothing if not found. | |
| GetObjectName | ||
| Insert | Insert an item into the collection at the specified position. | |
| Remove | Remove an item from the collection. | |
| RemoveAt | Remove an item from the collection. |
| Name | Description | |
|---|---|---|
| IsDirty Read-Only | Indicates whether this collection or any of its items have been modified. | |
| ItemByPk Read-Only | Retrieve an item by its primary key or Nothing if no item exists with this primary key. | |
| Parent Read-Only | This collection's parent. |