$DocTypeMap top-level constant

Map<DocType, String> const $DocTypeMap

Implementation

const $DocTypeMap = {
  DocType.unknown: 'UNKNOWN',
  DocType.documentTypePaystub: 'DOCUMENT_TYPE_PAYSTUB',
  DocType.documentTypeBankStatement: 'DOCUMENT_TYPE_BANK_STATEMENT',
  DocType.documentTypeUsTaxW2: 'DOCUMENT_TYPE_US_TAX_W2',
  DocType.documentTypeUsMilitaryEras: 'DOCUMENT_TYPE_US_MILITARY_ERAS',
  DocType.documentTypeUsMilitaryLes: 'DOCUMENT_TYPE_US_MILITARY_LES',
  DocType.documentTypeUsMilitaryCles: 'DOCUMENT_TYPE_US_MILITARY_CLES',
  DocType.documentTypeGig: 'DOCUMENT_TYPE_GIG',
  DocType.documentTypeNone: 'DOCUMENT_TYPE_NONE',
  DocType.documentTypeUsTax1099Misc: 'DOCUMENT_TYPE_US_TAX_1099_MISC',
  DocType.documentTypeUsTax1099K: 'DOCUMENT_TYPE_US_TAX_1099_K',
  DocType.documentTypePlaidGeneratedPaystubPdf:
      'DOCUMENT_TYPE_PLAID_GENERATED_PAYSTUB_PDF'
};