# BillingPeriodBehaviour

## Example Usage

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

let value: BillingPeriodBehaviour = "unchanged";

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

## Values

```typescript
"unchanged" | "anchor_at_effect" | "anchor_at_config" | Unrecognized<string>
```