QuerySortable
public enum QuerySortable : String
Representation of the sortable fields
-
Sort the result by ascendant amount
Declaration
Swift
case ascendantAmount = "+amount"
-
Sort the result by ascendant currency
Declaration
Swift
case ascendantCurrency = "+currency"
-
Sort the result by descendant amount
Declaration
Swift
case descendantAmount = "-amount"
-
Sort the result by descendant currency
Declaration
Swift
case descendantCurrency = "-currency"