> 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/maximum-commitment-unit.md).

# MaximumCommitmentUnit

## Enumeration Members

### BillingCycles

```ts
BillingCycles: "BILLING_CYCLES";
```

The period in billing cycles

***

### Days

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

The period in days.

***

### Months

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

The period in months.

***

### Weeks

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

The period in weeks.

***

### Years

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

The period in years.
