Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 779 Bytes

CustomerSort.md

File metadata and controls

13 lines (8 loc) · 779 Bytes

SquareConnect.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]