# View

The view to return. Defaults to `BASIC`.

## Example Usage

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

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

## Values

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