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

Latest commit

 

History

History
31 lines (14 loc) · 855 Bytes

CustomerSort.md

File metadata and controls

31 lines (14 loc) · 855 Bytes

SquareConnect.CustomerSort

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). Default value: `DEFAULT`. [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 value: `ASC`. [optional]

Enum: FieldEnum

  • DEFAULT (value: "DEFAULT")

  • CREATED_AT (value: "CREATED_AT")

Enum: OrderEnum

  • DESC (value: "DESC")

  • ASC (value: "ASC")