# BillingCadence

## Example Usage

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

let value: BillingCadence = "RECURRING";
```

## Values

```typescript
"RECURRING"
```