Selection criteria for transactions with include and exclude filters

interface TransactionSelection {
    exclude?: TransactionFilter;
    include: TransactionFilter;
}

Properties

Properties

Transactions that match this filter will be excluded

Transactions that match this filter will be included