# 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.
