LoanTransactionList

LoanTransactionList class

Loan statement transaction data collection class.

public class LoanTransactionList

Constructors

Name Description
LoanTransactionList() Initializes a new instance of LoanTransactionList class.

Properties

Name Description
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