plaid2.model.loan_account_subtype module
- class plaid2.model.loan_account_subtype.LoanAccountSubtype(value)[source]
Bases:
str
,Enum
An enumeration.
- all = 'all'
- auto = 'auto'
- business = 'business'
- commercial = 'commercial'
- construction = 'construction'
- consumer = 'consumer'
- home_equity = 'home equity'
- line_of_credit = 'line of credit'
- loan = 'loan'
- mortgage = 'mortgage'
- other = 'other'
- student = 'student'