Sha256: 950b4dc9f497756d640f82b8f50791d72f896fd7c0e9f41c8a5c8e04e944cbe2
Contents?: true
Size: 888 Bytes
Versions: 11
Compression:
Stored size: 888 Bytes
Contents
# SquareConnect::ListCustomersResponse ### 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 Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional] **customers** | [**Array<Customer>**](Customer.md) | 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](/basics/api101/pagination) for more information. | [optional]
Version data entries
11 entries across 11 versions & 1 rubygems