Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.14 KB

SearchCustomersResponse.md

File metadata and controls

13 lines (9 loc) · 1.14 KB

SearchCustomersResponse

Properties

Name Getter Setter Type Description Notes
errors getErrors() setErrors($value) \SquareConnect\Model\Error[] Any errors that occurred during the request. [optional]
customers getCustomers() setCustomers($value) \SquareConnect\Model\Customer[] An array of `Customer` objects that match a query. [optional]
cursor getCursor() setCursor($value) 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 Paginating results for more information. [optional]

Note: All properties are protected and only accessed via getters and setters.

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