QuerySortable
public enum QuerySortable : String
Representation of the field’s sortable
-
Sort the result by ascendant amount
Declaration
Swift
case ascendantAmount = "+amount"
-
Sort the result by ascendant created on
Declaration
Swift
case ascendantCreatedOn = "+createdOn"
-
Sort the result by ascendant currency
Declaration
Swift
case ascendantCurrency = "+currency"
-
Sort the result by ascendant type
Declaration
Swift
case ascendantType = "+type"
-
Sort the result by descendant amount
Declaration
Swift
case descendantAmount = "-amount"
-
Sort the result by descendant created on
Declaration
Swift
case descendantCreatedOn = "-createdOn"
-
Sort the result by descendant currency
Declaration
Swift
case descendantCurrency = "-currency"
-
Sort the result by descendant type
Declaration
Swift
case descendantType = "-type"