# CreditGrantScope

## Example Usage

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

let value: CreditGrantScope = "PLAN";

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

## Values

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