Indicates the field to use for sorting customer profiles. For example, by total money spent with the merchant or the date of their first purchase.
Name | Type | Description | Notes |
---|---|---|---|
field | String | The field to sort the results on. It could be the total money spent at the merchant, the date of the first visit (etc). 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. See SortOrder for possible values | [optional] |