# RetrySchedule

Defines a custom schedule for retrying failed subscription payments. Each entry specifies how long to wait before attempting the next payment retry.

```
type RetrySchedule {

  interval: Interval!

  intervalCount: Int!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`RetrySchedule.interval`](#interval) ● [`Interval!`](https://docs.monei.com/apis/graphql/types/enums/interval/.md) non-null enum[​](#interval "Direct link to interval")

The unit of time to wait before the retry attempt.

#### [`RetrySchedule.intervalCount`](#interval-count) ● [`Int!`](https://docs.monei.com/apis/graphql/types/scalars/int/.md) non-null scalar[​](#interval-count "Direct link to interval-count")

The number of intervals to wait before the retry attempt.

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

[`Subscription`](https://docs.monei.com/apis/graphql/types/objects/subscription/.md) object
