Enumeration
Transactions​Query.​Sort
public enum Sort
A type that determines how to sort the transactions.
Relationships
Member Of
TransactionsQuery
The
TransactionQuery
is used to determine which transactions to show. If no queries are selected, all transactions will be available.
Conforms To
String
Enumeration Cases
date
case date
Sort transactions by date.
account
case account
Sort transactions by account.
description
case description
Sort transactions by description.
amount
case amount
Sort transactions by amount.
category
case category
Sort transactions by category.