# EntityIdentification

stores various Entity identification types

## Example Usage

```typescript
import { EntityIdentification } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: EntityIdentification = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                        | Type                                                                                                                                                                                                                                                                         | Required                                                                                                                                                                                                                                                                     | Description                                                                                                                                                                                                                                                                  | Example                                                                                                                                                                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `administrativeArea`                                                                                                                                                                                                                                                         | *string*                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                           | Administrative area that issued the identification For example, this can be a state, a province, an oblast, or a prefecture.                                                                                                                                                 | TX                                                                                                                                                                                                                                                                           |
| `documentReferenceIds`                                                                                                                                                                                                                                                       | *string*[]                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                           | One or more UUIDs from the documents api of the image(s) of the document that relates to the identification for the person investigation.                                                                                                                                    | 0f01ae1f-d24c-4171-8f3f-c0b820bf3044                                                                                                                                                                                                                                         |
| `regionCode`                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                           | Country that issued identification Two character region code, complies with https://cldr.unicode.org/index                                                                                                                                                                   | US                                                                                                                                                                                                                                                                           |
| `type`                                                                                                                                                                                                                                                                       | [components.EntityIdentificationType](../../models/components/entityidentificationtype.md)                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                           | The entity tax id type, one of:<br/>- `ID_ENTITY_TYPE_UNSPECIFIED` - Default/Null value.<br/>- `EIN` - Employer Identification Number (US government issued, 9 digits, XX-XXXXXXX).<br/>- `LEI` - Legal Entity Identifier (20 digit alphanumeric).<br/>- `DUNS` - Dun and Bradstreet number. | EIN                                                                                                                                                                                                                                                                          |
| `value`                                                                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                           | Tax id value                                                                                                                                                                                                                                                                 | 666-12-3456                                                                                                                                                                                                                                                                  |