# Identity

**Field Dependencies:**

An identity is required when the `check_types` is DATABASE

Required if `check_types` is `DATABASE`.

Otherwise, must be empty.

## Example Usage

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

let value: Identity = {};
```

## Fields

| Field                                                                                                                                                                                                                            | Type                                                                                                                                                                                                                             | Required                                                                                                                                                                                                                         | Description                                                                                                                                                                                                                      | Example                                                                                                                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `birthDate`                                                                                                                                                                                                                      | [components.CustomerIdentificationBirthDate](../../models/components/customeridentificationbirthdate.md)                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                               | **Field Dependencies:**<br/><br/>A `birth_date` is required when the `check_types` is DATABASE<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty.                                              | {<br/>"day": 30,<br/>"month": 9,<br/>"year": 2023<br/>}                                                                                                                                                                          |
| `citizenshipRegionCodes`                                                                                                                                                                                                         | *string*[]                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                               | The countries where a natural person retains citizenship; This is used for tax (treaty) and country block list considerations Two character region code, complies with https://cldr.unicode.org/index Example values: "US", "CA" | US                                                                                                                                                                                                                               |
| `emailAddresses`                                                                                                                                                                                                                 | *string*[]                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                               | Email addresses                                                                                                                                                                                                                  | jdough@domain.com                                                                                                                                                                                                                |
| `familyName`                                                                                                                                                                                                                     | *string*                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                               | **Field Dependencies:**<br/><br/>A `family_name` is required when the `check_types` is DATABASE<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty.                                             | Dough                                                                                                                                                                                                                            |
| `givenName`                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                               | **Field Dependencies:**<br/><br/>A `given_name` is required when the `check_types` is DATABASE<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty.                                              | John                                                                                                                                                                                                                             |
| `identifications`                                                                                                                                                                                                                | [components.IdentityIdentification](../../models/components/identityidentification.md)[]                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                               | **Field Dependencies:**<br/><br/>A identification is required with a US `region_code` when the `check_types` is DATABASE<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty.                    |                                                                                                                                                                                                                                  |
| `legalAddress`                                                                                                                                                                                                                   | [components.CustomerIdentificationLegalAddress](../../models/components/customeridentificationlegaladdress.md)                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                               | **Field Dependencies:**<br/><br/>A US `legal_address` is required when the `check_types` is `DATABASE`<br/><br/>Required if `check_types` is `DATABASE`.<br/><br/>Otherwise, must be empty.                                      |                                                                                                                                                                                                                                  |
| `middleNames`                                                                                                                                                                                                                    | *string*[]                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                               | Middle names                                                                                                                                                                                                                     | Jacob                                                                                                                                                                                                                            |
| `phoneNumbers`                                                                                                                                                                                                                   | *string*[]                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                               | Phone numbers                                                                                                                                                                                                                    | 214-765-1010                                                                                                                                                                                                                     |