$EntityDocumentTypeMap top-level constant

Map<EntityDocumentType, String> const $EntityDocumentTypeMap

Implementation

const $EntityDocumentTypeMap = {
  EntityDocumentType.bik: 'bik',
  EntityDocumentType.businessNumber: 'business_number',
  EntityDocumentType.imo: 'imo',
  EntityDocumentType.other: 'other',
  EntityDocumentType.swift: 'swift',
  EntityDocumentType.taxId: 'tax_id'
};