$StudentRepaymentPlanTypeMap top-level constant

Map<StudentRepaymentPlanType, String> const $StudentRepaymentPlanTypeMap

Implementation

const $StudentRepaymentPlanTypeMap = {
  StudentRepaymentPlanType.extendedGraduated: 'extended graduated',
  StudentRepaymentPlanType.extendedStandard: 'extended standard',
  StudentRepaymentPlanType.graduated: 'graduated',
  StudentRepaymentPlanType.incomeContingentRepayment:
      'income-contingent repayment',
  StudentRepaymentPlanType.incomeBasedRepayment: 'income-based repayment',
  StudentRepaymentPlanType.interestOnly: 'interest-only',
  StudentRepaymentPlanType.other: 'other',
  StudentRepaymentPlanType.payAsYouEarn: 'pay as you earn',
  StudentRepaymentPlanType.revisedPayAsYouEarn: 'revised pay as you earn',
  StudentRepaymentPlanType.standard: 'standard',
  StudentRepaymentPlanType.$null: 'null'
};