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

Latest commit

 

History

History
16 lines (10 loc) · 1.23 KB

CustomerSort.md

File metadata and controls

16 lines (10 loc) · 1.23 KB

CustomerSort

Description

Specifies how searched customers profiles are sorted, including the sort key and sort order.

Properties

Name Getter Setter Type Description Notes
field getField() setField($value) string Use one or more customer attributes as the sort key to sort searched customer profiles. For example, use creation date (`created_at`) of customers or default attributes as the sort key. Default: `DEFAULT`. See CustomerSortField for possible values [optional]
order getOrder() setOrder($value) string Indicates the order in which results should be sorted based on the sort field value. Strings use standard alphabetic comparison to determine order. Strings representing numbers are sorted as strings. 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]