# CustomerIdentificationResultServiceGetCustomerIdentificationQueryParamView

Optional. The view to return. Defaults to BASIC.

## Example Usage

```typescript
import { CustomerIdentificationResultServiceGetCustomerIdentificationQueryParamView } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value:
  CustomerIdentificationResultServiceGetCustomerIdentificationQueryParamView =
    CustomerIdentificationResultServiceGetCustomerIdentificationQueryParamView
      .Basic;
```

## Values

| Name              | Value             |
| ----------------- | ----------------- |
| `ViewUnspecified` | VIEW_UNSPECIFIED  |
| `Basic`           | BASIC             |
| `Full`            | FULL              |