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

Latest commit

 

History

History
13 lines (8 loc) · 848 Bytes

CustomerSort.md

File metadata and controls

13 lines (8 loc) · 848 Bytes

SquareConnect::CustomerSort

Description

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.

Properties

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]