LoanDetailType class

LoanDetailType class

Loan detail class.

The LoanDetailType type exposes the following members:

Constructors

Constructor Description
LoanDetailType() Initializes a new instance of LoanDetailType class.

Properties

Property Description
loan_initial_number_payments Gets or sets the initial number of loan payments.
loan_remaining_payments Gets or sets the remaining number of loan payments.
loan_frequency Gets or sets the frequency of payments.
escrow_balance Gets or sets the total amount held in escrow.
principal_balance Gets or sets the current loan principal balance.
loan_start_date Gets or sets the start date of loan.
loan_initial_balance Gets or sets the initial loan balance.
loan_maturity_date Gets or sets the expected loan end date.

See Also