ListBankAccountsRequest
February 26, 2020 ยท View on GitHub
Description
Request object for fetching all BankAccount objects linked to a account.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| cursor | getCursor() | setCursor($value) | string | The pagination cursor returned by a previous call to this endpoint. Use it in the next `ListBankAccounts` request to retrieve the next set of results. See the Pagination guide for more information. | [optional] |
| limit | getLimit() | setLimit($value) | int | Upper limit on the number of bank accounts to return in the response. Currently, 1000 is the largest supported limit. You can specify a limit of up to 1000 bank accounts. This is also the default limit. | [optional] |
| location_id | getLocationId() | setLocationId($value) | string | Location ID. You can specify this optional filter to retrieve only the linked bank accounts belonging to a specific location. | [optional] |
Note: All properties are protected and only accessed via getters and setters.