# PersonIdentification

stores various identification types

## Example Usage

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

let value: PersonIdentification = {};
```

## 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.PersonIdentificationType](../../models/components/personidentificationtype.md)                                                                                                                                                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | The identification type for a person, one of:<br/>- `ID_TYPE_UNSPECIFIED` - Default/Null value.<br/>- `SSN` - SSN tax type.<br/>- `ITIN` - ITIN tax type.<br/>- `FTIN` - FTIN (foreign tax id) type.<br/>- `NATIONAL_ID` - National id type.<br/>- `PASSPORT` - Passport id type.<br/>- `DRIVING_LICENSE` - Drivers license id type.<br/>- `STATE_ID_CARD` - State ID card.<br/>- `NATIONAL_ID_CARD` - National ID card.<br/>- `PERMANENT_RESIDENT_VISA` - Permanent resident visa.<br/>- `MILITARY_ID_CARD` - Military ID card. | SSN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| `value`                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | *string*                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | Tax id value                                                                                                                                                                                                                                                                                                                                                                                                                                                                         | 666-12-3456                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |