LoanDetailType

LoanDetailType class

Loan detail class.

public class LoanDetailType

Constructors

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

Properties

NameDescription
EscrowBalance { get; set; }Gets or sets the total amount held in escrow.
LoanFrequency { get; set; }Gets or sets the frequency of payments.
LoanInitialBalance { get; set; }Gets or sets the initial loan balance.
LoanInitialNumberPayments { get; set; }Gets or sets the initial number of loan payments.
LoanMaturityDate { get; set; }Gets or sets the expected loan end date.
LoanRemainingPayments { get; set; }Gets or sets the remaining number of loan payments.
LoanStartDate { get; set; }Gets or sets the start date of loan.
PrincipalBalance { get; set; }Gets or sets the current loan principal balance.

See Also