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
RetrySchedule.interval ● Interval! non-null enum
The unit of time to wait before the retry attempt.
RetrySchedule.intervalCount ● Int! non-null scalar
The number of intervals to wait before the retry attempt.
Member Of
Subscription object