# RetryScheduleInput

Single retry-schedule entry. Specifies how long to wait before attempting the next payment retry.

```
input RetryScheduleInput {

  interval: RetryIntervalInput!

  intervalCount: Int!

}
```

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

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

The unit of time to wait before the retry attempt.

#### [`RetryScheduleInput.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")

[`CreateSubscriptionInput`](https://docs.monei.com/apis/graphql/types/inputs/create-subscription-input/.md) input ● [`UpdateSubscriptionInput`](https://docs.monei.com/apis/graphql/types/inputs/update-subscription-input/.md) input
