Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 1.13 KB

ListCustomersRequest.md

File metadata and controls

18 lines (10 loc) · 1.13 KB

Square.Connect.Model.ListCustomersRequest

Description

Defines the query parameters that can be provided in a request to the 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 the Pagination guide for more information. [optional]
SortField string Indicates how Customers should be sorted. Default: `DEFAULT`. See CustomerSortField for possible values [optional]
SortOrder string Indicates whether Customers should be sorted in ascending (`ASC`) or descending (`DESC`) order. Default: `ASC`. See SortOrder for possible values [optional]

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