Enumeration
Transactions​Query.​Order
@frozen public enum Order
A type that determines the order of 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
ascending
case ascending
Display transactions in an ascending order.
descending
case descending
Display transactions in a descending order.