LoanTransactionEnum

LoanTransactionEnum enumeration

Loan transaction type enum.

public enum LoanTransactionEnum

Values

Name Value Description
PAYMENT 0 Loan Payment - total of principal, interest, escrow
FEE 1 Loan Fee
LATE 2 Late Fee
INT 3 Interest charged, adds to loan balance
ADVANCE 4 Cash advance which adds to Principal Balance
XFER 5 Principal transfer to/from another account, loan or DDA
BALLOON 6 Payment of Balloon amount
OTHER 7 Other

See Also