Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 766 Bytes

ListBankAccountsResponse.md

File metadata and controls

14 lines (9 loc) · 766 Bytes

SquareConnect.ListBankAccountsResponse

Description

Response object returned by ListBankAccounts.

Properties

Name Type Description Notes
errors [Error] Information on errors encountered during the request. [optional]
bank_accounts [BankAccount] List of BankAccounts associated with this account. [optional]
cursor 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]