ListBankAccountsResponse

February 26, 2020 ยท View on GitHub

Description

Response object returned by ListBankAccounts.

Properties

NameGetterSetterTypeDescriptionNotes
errorsgetErrors()setErrors($value)\SquareConnect\Model\Error[]Information on errors encountered during the request.[optional]
bank_accountsgetBankAccounts()setBankAccounts($value)\SquareConnect\Model\BankAccount[]List of BankAccounts associated with this account.[optional]
cursorgetCursor()setCursor($value)stringWhen 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.

[Back to Model list] [Back to API list] [Back to README]