$StudentLoanStatusTypeMap top-level constant
Implementation
const $StudentLoanStatusTypeMap = {
StudentLoanStatusType.cancelled: 'cancelled',
StudentLoanStatusType.chargedOff: 'charged off',
StudentLoanStatusType.claim: 'claim',
StudentLoanStatusType.consolidated: 'consolidated',
StudentLoanStatusType.deferment: 'deferment',
StudentLoanStatusType.delinquent: 'delinquent',
StudentLoanStatusType.discharged: 'discharged',
StudentLoanStatusType.extension: 'extension',
StudentLoanStatusType.forbearance: 'forbearance',
StudentLoanStatusType.inGrace: 'in grace',
StudentLoanStatusType.inMilitary: 'in military',
StudentLoanStatusType.inSchool: 'in school',
StudentLoanStatusType.notFullyDisbursed: 'not fully disbursed',
StudentLoanStatusType.other: 'other',
StudentLoanStatusType.paidInFull: 'paid in full',
StudentLoanStatusType.refunded: 'refunded',
StudentLoanStatusType.repayment: 'repayment',
StudentLoanStatusType.transferred: 'transferred',
StudentLoanStatusType.swaggerGeneratedUnknown: ''
};