BankTransactionList class

BankTransactionList class

Statement transaction data collection class.

The BankTransactionList type exposes the following members:

Constructors

ConstructorDescription
BankTransactionList()Initializes a new instance of BankTransactionList class.

Properties

PropertyDescription
start_dateGets or sets the start date for transaction data.
end_dateGets or sets the end date for transaction data.
statement_transactionsGets or sets the collection of StatementTransaction.

See Also