ListCustomersResponse

November 20, 2019 ยท View on GitHub

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

NameTypeDescriptionNotes
errorsList<Error>Any errors that occurred during the request.[optional]
customersList<Customer>An array of `Customer` objects that match the provided query.[optional]
cursorStringA 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]