# Interval

Subscription interval. The `minute` and `hour` intervals are only available in test mode.

* `minute` - Minutely.
* `hour` - Hourly.
* `day` - Daily.
* `week` - Weekly.
* `month` - Monthly.
* `quarter` - Quarterly.
* `year` - Yearly.

```
enum Interval {

  minute

  hour

  day

  week

  month

  quarter

  year

}
```

### Values[​](#values "Direct link to Values")

#### [`Interval.minute`](#minute)[​](#minute "Direct link to minute")

#### [`Interval.hour`](#hour)[​](#hour "Direct link to hour")

#### [`Interval.day`](#day)[​](#day "Direct link to day")

#### [`Interval.week`](#week)[​](#week "Direct link to week")

#### [`Interval.month`](#month)[​](#month "Direct link to month")

#### [`Interval.quarter`](#quarter)[​](#quarter "Direct link to quarter")

#### [`Interval.year`](#year)[​](#year "Direct link to year")

### Member Of[​](#member-of "Direct link to Member Of")

[`chargesDateRangeKPI`](https://docs.monei.com/apis/graphql/operations/queries/charges-date-range-kpi/.md) query ● [`RetrySchedule`](https://docs.monei.com/apis/graphql/types/objects/retry-schedule/.md) object ● [`Subscription`](https://docs.monei.com/apis/graphql/types/objects/subscription/.md) object ● [`SubscriptionEventObject`](https://docs.monei.com/apis/graphql/types/objects/subscription-event-object/.md) object
