Indicates the field to use for sorting customer profiles.
Name | Type | Description | Notes |
---|---|---|---|
field | String | Indicates the information used to sort the results. For example, by creation date. Default: `DEFAULT`. See CustomerSortField for possible values | [optional] |
order | String | Indicates the order in which results should be displayed based on the value of the sort field. String comparisons use standard alphabetic comparison to determine order. Strings representing numbers are sorted as strings. Default: `ASC`. See SortOrder for possible values | [optional] |