Sha256: 52e8875a4dcc18875b4d636b88aab670a4ba0ec73911b3742ec3360be272ba1d

Contents?: true

Size: 982 Bytes

Versions: 10

Compression:

Stored size: 982 Bytes

Contents

# SquareConnect::SearchCustomersResponse

### Description

Defines the fields that are included in the response body of a request to the [SearchCustomers](#endpoint-searchcustomers) 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 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 [Paginating results](#paginatingresults) for more information. | [optional] 


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
square_connect-2.20190213.0.274 docs/SearchCustomersResponse.md
square_connect-2.20181212.0.267 docs/SearchCustomersResponse.md
square_connect-2.20181205.0.263 docs/SearchCustomersResponse.md
square_connect-2.20180918.1.251 docs/SearchCustomersResponse.md
square_connect-2.20180918.0.244 docs/SearchCustomersResponse.md
square_connect-2.20180712.2.237 docs/SearchCustomersResponse.md
square_connect-2.20180712.1.234 docs/SearchCustomersResponse.md
square_connect-2.20180712.1.228 docs/SearchCustomersResponse.md
square_connect-2.20180712.0.224 docs/SearchCustomersResponse.md
square_connect-2.9.0.220 docs/SearchCustomersResponse.md