LoanTransactionList class

LoanTransactionList class

Loan statement transaction data collection class.

The LoanTransactionList type exposes the following members:

Constructors

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

Properties

PropertyDescription
start_dateGets or sets the start date for transaction data.
end_dateGets or sets the end date for transaction data.
loan_statement_transactionsGets or sets the collection of LoanStatementTransaction.

See Also