LoanTransactionAmount

LoanTransactionAmount class

Loan transaction amount class.

public class LoanTransactionAmount

Constructors

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

Properties

NameDescription
EscrowAmount { get; set; }Gets or sets the EscrowAmount for mortgages.
Insurance { get; set; }Gets or sets the life, accident, health insurance on loan.
InterestAmount { get; set; }Gets or sets the amount of payment applied to interest.
PrincipalAmount { get; set; }Gets or sets the amount of payment applied to principal.

See Also