$LoanAccountSubtypeMap top-level constant
Implementation
const $LoanAccountSubtypeMap = {
LoanAccountSubtype.auto: 'auto',
LoanAccountSubtype.business: 'business',
LoanAccountSubtype.commercial: 'commercial',
LoanAccountSubtype.construction: 'construction',
LoanAccountSubtype.consumer: 'consumer',
LoanAccountSubtype.homeEquity: 'home equity',
LoanAccountSubtype.loan: 'loan',
LoanAccountSubtype.mortgage: 'mortgage',
LoanAccountSubtype.lineOfCredit: 'line of credit',
LoanAccountSubtype.student: 'student',
LoanAccountSubtype.other: 'other',
LoanAccountSubtype.all: 'all'
};