# CancellationType

## Example Usage

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

let value: CancellationType = "end_of_period";

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

## Values

```typescript
"immediate" | "end_of_period" | "scheduled_date" | Unrecognized<string>
```