# CashType

The cash type of the deliverable

## Example Usage

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

let value: CashType = CashType.CashTypeUnspecified;
```

## Values

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

| Name                   | Value                  |
| ---------------------- | ---------------------- |
| `CashTypeUnspecified`  | CASH_TYPE_UNSPECIFIED  |
| `CashDifferential`     | CASH_DIFFERENTIAL      |
| `CashFixed`            | CASH_FIXED             |
| -                      | `Unrecognized<string>` |