# SubscriptionScheduleChangeType

## Example Usage

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

let value: SubscriptionScheduleChangeType = "plan_change";

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

## Values

```typescript
"plan_change" | "cancellation" | Unrecognized<string>
```