# CouponType

## Example Usage

```typescript
import { CouponType } from "@flexprice/sdk/sdk/models";

let value: CouponType = "percentage";

// Open enum: unrecognized values are captured as Unrecognized<string>
```

## Values

```typescript
"fixed" | "percentage" | Unrecognized<string>
```