A object with a data property that contains an array of up to limit bank accounts. Each entry in the array is a separate bank account object. If no more bank accounts are available, the resulting array will be empty.
| Name | Type | Description | Notes |
|---|---|---|---|
| data | List<BankAccount> | [optional] | |
| total | Integer | [optional] | |
| perPage | Integer | [optional] | |
| currentPage | Integer | [optional] | |
| lastPage | Integer | [optional] | |
| prevPageUrl | String | [optional] | |
| nextPageUrl | String | [optional] |