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

Latest commit

 

History

History
18 lines (10 loc) · 1.06 KB

ListCustomersResponse.md

File metadata and controls

18 lines (10 loc) · 1.06 KB

Square.Connect.Model.ListCustomersResponse

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 the provided query. [optional]
Cursor string A pagination cursor to retrieve the next set of results for the original query. Only present if the request succeeded and additional results are available. See the Pagination guide for more information. [optional]

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