Sha256: 09bad92fe92008dacaa4a4f88268c744ce4c48f663f6436b0f7c2b5d80de9595
Contents?: true
Size: 963 Bytes
Versions: 10
Compression:
Stored size: 963 Bytes
Contents
# SquareConnect::ListCustomersRequest ### Description Defines the query parameters that can be provided in a request to the [ListCustomers](#endpoint-listcustomers) endpoint. ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **cursor** | **String** | A pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See [Paginating results](#paginatingresults) for more information. | [optional] **sort_field** | **String** | Indicates how Customers should be sorted. Default: `DEFAULT`. See [CustomerSortField](#type-customersortfield) for possible values. | [optional] **sort_order** | **String** | Indicates whether Customers should be sorted in ascending (`ASC`) or descending (`DESC`) order. Default: `ASC`. See [SortOrder](#type-sortorder) for possible values. | [optional]
Version data entries
10 entries across 10 versions & 1 rubygems