$CreditBankIncomeCategoryMap top-level constant

Map<CreditBankIncomeCategory, String> const $CreditBankIncomeCategoryMap

Implementation

const $CreditBankIncomeCategoryMap = {
  CreditBankIncomeCategory.salary: 'SALARY',
  CreditBankIncomeCategory.unemployment: 'UNEMPLOYMENT',
  CreditBankIncomeCategory.cash: 'CASH',
  CreditBankIncomeCategory.gigEconomy: 'GIG_ECONOMY',
  CreditBankIncomeCategory.rental: 'RENTAL',
  CreditBankIncomeCategory.childSupport: 'CHILD_SUPPORT',
  CreditBankIncomeCategory.military: 'MILITARY',
  CreditBankIncomeCategory.retirement: 'RETIREMENT',
  CreditBankIncomeCategory.longTermDisability: 'LONG_TERM_DISABILITY',
  CreditBankIncomeCategory.bankInterest: 'BANK_INTEREST',
  CreditBankIncomeCategory.cashDeposit: 'CASH_DEPOSIT',
  CreditBankIncomeCategory.transferFromApplication: 'TRANSFER_FROM_APPLICATION',
  CreditBankIncomeCategory.taxRefund: 'TAX_REFUND',
  CreditBankIncomeCategory.other: 'OTHER'
};