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

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

The unit of time to wait before the retry attempt.

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

The number of intervals to wait before the retry attempt.

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

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