# EntitlementGrantAllocationBehavior

## Example Usage

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

let value: EntitlementGrantAllocationBehavior = "first_usage";

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

## Values

```typescript
"first_usage" | "unit_start" | Unrecognized<string>
```