# Code

The notice of change reason code.

## Example Usage

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

let value: Code = Code.C01;
```

## Values

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

| Name                   | Value                  |
| ---------------------- | ---------------------- |
| `CodeUnspecified`      | CODE_UNSPECIFIED       |
| `C01`                  | C01                    |
| `C02`                  | C02                    |
| `C03`                  | C03                    |
| `C04`                  | C04                    |
| `C05`                  | C05                    |
| `C06`                  | C06                    |
| `C07`                  | C07                    |
| `C08`                  | C08                    |
| `C09`                  | C09                    |
| `C13`                  | C13                    |
| `C14`                  | C14                    |
| `C61`                  | C61                    |
| `C62`                  | C62                    |
| `C63`                  | C63                    |
| `C64`                  | C64                    |
| `C65`                  | C65                    |
| `C66`                  | C66                    |
| `C67`                  | C67                    |
| `C68`                  | C68                    |
| `C69`                  | C69                    |
| -                      | `Unrecognized<string>` |