LoanTypeEnum

LoanTypeEnum enumeration

Loan type enum.

public enum LoanTypeEnum

Values

Name Value Description
FIXED 0 Payments made at fixed intervals, also known as “installment”
REVOLVE 1 Revolving term
OPEN 2 Open-ended loan such as a line of credit, home equity line of credit, etc.
COMBO 3 Combination of above

See Also