Skip to main content

TransactionsFilterView

A TransactionsFilterView defines the "view" of returned transactions. Depending on the selected "view", certain transactions may be included or excluded from the results.

enum TransactionsFilterView {
ALL
PENDING_AND_SETTLED
}

Values

TransactionsFilterView.ALL

Includes all transactions for the specified account.

TransactionsFilterView.PENDING_AND_SETTLED

Includes "pending" transactions (holds which have not been released) and "settled" transactions.

Member Of

TransactionsFilterInput input