LoanTypeEnum

LoanTypeEnum enumeration

Loan type enum.

public enum LoanTypeEnum

Values

NameValueDescription
FIXED0Payments made at fixed intervals, also known as “installment”
REVOLVE1Revolving term
OPEN2Open-ended loan such as a line of credit, home equity line of credit, etc.
COMBO3Combination of above

See Also