# SubscriptionChangeEntityType

## Example Usage

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

let value: SubscriptionChangeEntityType = "addon";

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

## Values

```typescript
"plan" | "addon" | "credit_grant" | "entitlement" | "entitlement_grant" | Unrecognized<string>
```