LoanTransactionList

LoanTransactionList class

Loan statement transaction data collection class.

public class LoanTransactionList

Constructors

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

Properties

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

See Also