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 your query. | [optional] |
cursor | getCursor() | setCursor($value) | 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 Paginating results for more information. | [optional] |
Note: All properties are protected and only accessed via getters and setters.