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).
Name | Type | Description | Notes |
---|---|---|---|
errors | Array<Error> | Any errors that occurred during the request. | [optional] |
customers | Array<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 Pagination for more information. | [optional] |