# SubscriptionType

## Example Usage

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

let value: SubscriptionType = "inherited";

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

## Values

```typescript
"standalone" | "delegated_invoicing" | "parent" | "inherited" | "grouped_invoicing" | Unrecognized<string>
```