# IdentityIdentification

stores various identification types

## Example Usage

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

let value: IdentityIdentification = {};
```

## Fields

| Field                                                                                                                                                                            | Type                                                                                                                                                                             | Required                                                                                                                                                                         | Description                                                                                                                                                                      | Example                                                                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `administrativeArea`                                                                                                                                                             | *string*                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                               | Administrative area that issued the identification                                                                                                                               | TX                                                                                                                                                                               |
| `regionCode`                                                                                                                                                                     | *string*                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                               | **Field Dependencies:**<br/><br/>A US identification `region_code` is required when the `check_types` is `DATABASE`<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty. | US                                                                                                                                                                               |
| `type`                                                                                                                                                                           | [components.IdentityIdentificationType](../../models/components/identityidentificationtype.md)                                                                                   | :heavy_minus_sign:                                                                                                                                                               | **Field Dependencies:**<br/><br/>An SSN or ITIN is required when `check_types` is `DATABASE`<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty. | SSN                                                                                                                                                                              |
| `value`                                                                                                                                                                          | *string*                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                               | **Field Dependencies:**<br/><br/>An identification value is required when the `check_types` is `DATABASE`<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty. | 666-12-3456                                                                                                                                                                      |