Transactions
Entrypoint for the Transactions screen.
This class contains all the parameters that are used to customize the Transactions screen.
Parameters
The title of the page.
A list of account IDs to filter transactions from. Pass an empty list to include transactions from all accounts.
A list of category IDs to filter transactions from. Pass an empty list to include transactions from all categories.
A date interval DateInterval for which transactions should be included.
Additional transaction query parameters.
Determines whether to include upcoming transactions. Defaults to false.
SearchQuery.SortEnum Specifies the sorting criteria for transactions.
SearchQuery.OrderEnum Specifies the order in which transactions will be presented.
The maximum number of transactions to retrieve.