# BillingTier

## Example Usage

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

let value: BillingTier = "VOLUME";

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

## Values

```typescript
"VOLUME" | "SLAB" | Unrecognized<string>
```