Skip to content

Files

Latest commit

6513ad5 · Feb 10, 2017

History

History
13 lines (8 loc) · 860 Bytes

ListCustomersResponse.md

File metadata and controls

13 lines (8 loc) · 860 Bytes

Square.Connect.Model.ListCustomersResponse

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 string 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 Paginating results for more information. [optional]

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