> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/billing-cycle-interval-unit.md).

# BillingCycleIntervalUnit

## Enumeration Members

### Days

```ts
Days: "DAYS";
```

The billing cycle interval is specified in days.

***

### Months

```ts
Months: "MONTHS";
```

The billing cycle interval is specified in months.

***

### Weeks

```ts
Weeks: "WEEKS";
```

The billing cycle interval is specified in weeks.

***

### Years

```ts
Years: "YEARS";
```

The billing cycle interval is specified in years.
