ListCustomersRequest

April 10, 2019 ยท View on GitHub

squareconnect.models.list_customers_request

Description

Defines the query parameters that can be provided in a request to the ListCustomers endpoint.

Properties

NameTypeDescriptionNotes
cursorstrA pagination cursor returned by a previous call to this endpoint. Provide this to retrieve the next set of results for your original query. See Pagination for more information.[optional]
sort_fieldstrIndicates how Customers should be sorted. Default: `DEFAULT`. See CustomerSortField for possible values[optional]
sort_orderstrIndicates 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]