# PriceEntityType

## Example Usage

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

let value: PriceEntityType = "ADDON";

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

## Values

```typescript
"PLAN" | "SUBSCRIPTION" | "ADDON" | "PRICE" | "COSTSHEET" | Unrecognized<string>
```