# IdentificationType

The type of identification document

## Example Usage

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

let value: IdentificationType = IdentificationType.Ssn;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                   | Value                  |
| ---------------------- | ---------------------- |
| `TypeUnspecified`      | TYPE_UNSPECIFIED       |
| `Ssn`                  | SSN                    |
| `Cpf`                  | CPF                    |
| -                      | `Unrecognized<string>` |