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

Latest commit

 

History

History
21 lines (11 loc) · 878 Bytes

CatalogQuerySortedAttribute.md

File metadata and controls

21 lines (11 loc) · 878 Bytes

SquareConnect.CatalogQuerySortedAttribute

Properties

Name Type Description Notes
attribute_name String The attribute whose value should be used as the sort key.
initial_attribute_value String The first attribute value to be returned by the query. Ascending sorts will return only objects with this value or greater, while descending sorts will return only objects with this value or less. If unset, start at the beginning (for ascending sorts) or end (for descending sorts). [optional]
sort_order String The desired SortOrder, `"ASC"` (ascending) or `"DESC"` (descending). [optional]

Enum: SortOrderEnum

  • DESC (value: "DESC")

  • ASC (value: "ASC")