ListBankAccountsRequest

February 26, 2020 ยท View on GitHub

Description

Request object for fetching all BankAccount objects linked to a account.

Properties

NameGetterSetterTypeDescriptionNotes
cursorgetCursor()setCursor($value)stringThe 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]
limitgetLimit()setLimit($value)intUpper 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_idgetLocationId()setLocationId($value)stringLocation 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.

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