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

Latest commit

 

History

History
14 lines (9 loc) · 952 Bytes

SearchCustomersResponse.md

File metadata and controls

14 lines (9 loc) · 952 Bytes

SquareConnect::SearchCustomersResponse

Description

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

Properties

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 a query. [optional]
cursor String A pagination cursor that can be used during subsequent calls to SearchCustomers to retrieve the next set of results associated with the original query. Pagination cursors are only present when a request succeeds and additional results are available. See Pagination for more information. [optional]