# 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 "Enlace directo al Values")

#### [`Interval.minute`](#minute)[​](#minute "Enlace directo al minute")

#### [`Interval.hour`](#hour)[​](#hour "Enlace directo al hour")

#### [`Interval.day`](#day)[​](#day "Enlace directo al day")

#### [`Interval.week`](#week)[​](#week "Enlace directo al week")

#### [`Interval.month`](#month)[​](#month "Enlace directo al month")

#### [`Interval.quarter`](#quarter)[​](#quarter "Enlace directo al quarter")

#### [`Interval.year`](#year)[​](#year "Enlace directo al year")

### Member Of[​](#member-of "Enlace directo al Member Of")

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