LoanTransactionAmount
LoanTransactionAmount class
Loan transaction amount class.
public class LoanTransactionAmount
Constructors
Properties
Name |
Description |
EscrowAmount { get; set; } |
Gets or sets the !:Common.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