LoanDetailType class

LoanDetailType class

Loan detail class.

The LoanDetailType type exposes the following members:

Constructors

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

Properties

PropertyDescription
loan_initial_number_paymentsGets or sets the initial number of loan payments.
loan_remaining_paymentsGets or sets the remaining number of loan payments.
loan_frequencyGets or sets the frequency of payments.
escrow_balanceGets or sets the total amount held in escrow.
principal_balanceGets or sets the current loan principal balance.
loan_start_dateGets or sets the start date of loan.
loan_initial_balanceGets or sets the initial loan balance.
loan_maturity_dateGets or sets the expected loan end date.

See Also