BankTransactionList

BankTransactionList class

Statement transaction data collection class.

public class BankTransactionList

Constructors

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

Properties

NameDescription
EndDate { get; set; }Gets or sets the end date for transaction data.
StartDate { get; set; }Gets or sets the start date for transaction data.
StatementTransactions { get; set; }Gets or sets the collection of StatementTransaction.

See Also