# IdentityVerificationResult

A summary of the results from a identity verification check

## Example Usage

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

let value: IdentityVerificationResult = {};
```

## Fields

| Field                                                                                                                  | Type                                                                                                                   | Required                                                                                                               | Description                                                                                                            | Example                                                                                                                |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `createTime`                                                                                                           | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                          | :heavy_minus_sign:                                                                                                     | The time the identity verification result was created                                                                  | 2023-06-13T23:48:58.343Z                                                                                               |
| `customerIdentificationId`                                                                                             | *string*                                                                                                               | :heavy_minus_sign:                                                                                                     | The resource identifier for the CIP service The format is "customerIdentificationResults/{customer_identification_id}" | 01HEWVF4ZSNKYRP293J53ASJCJ                                                                                             |
| `documentIds`                                                                                                          | *string*[]                                                                                                             | :heavy_minus_sign:                                                                                                     | If identity verification result is verified by a document(s) upload, this is the document id(s) relating to that       | 0f01ae1f-d24c-4171-8f3f-c0b820bf3044                                                                                   |
| `externalVendor`                                                                                                       | *string*                                                                                                               | :heavy_minus_sign:                                                                                                     | The external vendor name that verified the identity verification result                                                | EQUIFAX                                                                                                                |
| `identityVerificationPassed`                                                                                           | *boolean*                                                                                                              | :heavy_minus_sign:                                                                                                     | Whether the overall identity verification check has passed or not                                                      | true                                                                                                                   |
| `identityVerificationTypes`                                                                                            | *string*[]                                                                                                             | :heavy_minus_sign:                                                                                                     | Describes the type of Identity Verification that was performed                                                         | DOCUMENTARY                                                                                                            |
| `providedBy`                                                                                                           | *string*                                                                                                               | :heavy_minus_sign:                                                                                                     | Who provided the identity verification result                                                                          | CLIENT                                                                                                                 |