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

Latest commit

 

History

History
17 lines (11 loc) · 1.04 KB

File metadata and controls

17 lines (11 loc) · 1.04 KB

ListCustomersResponse

squareconnect.models.list_customers_response

Description

Defines the fields that are included in the response body of a request to the ListCustomers endpoint. One of errors or customers is present in a given response (never both).

Properties

Name Type Description Notes
errors list[Error] Any errors that occurred during the request. [optional]
customers list[Customer] An array of `Customer` objects that match your query. [optional]
cursor str A pagination cursor to retrieve the next set of results for your original query to the endpoint. This value is present only if the request succeeded and additional results are available. See Pagination for more information. [optional]

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