Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.19 KB

ListCustomersRequest.md

File metadata and controls

13 lines (9 loc) · 1.19 KB

ListCustomersRequest

Properties

Name Getter Setter Type Description Notes
cursor getCursor() setCursor($value) 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 for more information. [optional]
sort_field getSortField() setSortField($value) string Indicates how Customers should be sorted. Default: `DEFAULT`. See CustomerSortField for possible values. [optional]
sort_order getSortOrder() setSortOrder($value) string Indicates whether Customers should be sorted in ascending (`ASC`) or descending (`DESC`) order. Default: `ASC`. See SortOrder for possible values. [optional]

Note: All properties are protected and only accessed via getters and setters.

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