# PriceType

## Example Usage

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

let value: PriceType = "USAGE";

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

## Values

```typescript
"USAGE" | "FIXED" | Unrecognized<string>
```