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] |
-
DEFAULT
(value:"DEFAULT"
) -
CREATED_AT
(value:"CREATED_AT"
)
-
DESC
(value:"DESC"
) -
ASC
(value:"ASC"
)