QuerySortable
public enum QuerySortable : StringRepresentation of the sortable fields
- 
                  
                  Sort the result by ascendant amount DeclarationSwift case ascendantAmount = "+amount"
- 
                  
                  Sort the result by ascendant currency DeclarationSwift case ascendantCurrency = "+currency"
- 
                  
                  Sort the result by descendant amount DeclarationSwift case descendantAmount = "-amount"
- 
                  
                  Sort the result by descendant currency DeclarationSwift case descendantCurrency = "-currency"
 View on GitHub
            View on GitHub
          