Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 979 Bytes

CustomerSort.md

File metadata and controls

12 lines (8 loc) · 979 Bytes

CustomerSort

Properties

Name Getter Setter Type Description Notes
field getField() setField($value) 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 getOrder() setOrder($value) 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]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]