# CreditGrantApplicationReason

## Example Usage

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

let value: CreditGrantApplicationReason = "onetime_credit_grant";

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

## Values

```typescript
"first_time_recurring_credit_grant" | "recurring_credit_grant" | "onetime_credit_grant" | Unrecognized<string>
```