Response object returned by ListBankAccounts.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
errors | getErrors() | setErrors($value) | \SquareConnect\Model\Error[] | Information on errors encountered during the request. | [optional] |
bank_accounts | getBankAccounts() | setBankAccounts($value) | \SquareConnect\Model\BankAccount[] | List of BankAccounts associated with this account. | [optional] |
cursor | getCursor() | setCursor($value) | string | When a response is truncated, it includes a cursor that you can use in a subsequent request to fetch next set of bank accounts. If empty, this is the final response. For more information, see Pagination. | [optional] |
Note: All properties are protected and only accessed via getters and setters.