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

Latest commit

 

History

History
15 lines (8 loc) · 767 Bytes

CustomerSort.md

File metadata and controls

15 lines (8 loc) · 767 Bytes

CustomerSort

Description

Indicates the field to use for sorting customer profiles.

Properties

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]