# QueryParamView

The view to return. Defaults to `FULL`.

## Example Usage

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

let value: QueryParamView = QueryParamView.Full;
```

## Values

| Name                     | Value                    |
| ------------------------ | ------------------------ |
| `AccountViewUnspecified` | ACCOUNT_VIEW_UNSPECIFIED |
| `Basic`                  | BASIC                    |
| `Full`                   | FULL                     |