Saltar al contenido principal

RetryScheduleInput

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

input RetryScheduleInput {
interval: RetryIntervalInput!
intervalCount: Int!
}

Fields​

RetryScheduleInput.interval ● RetryIntervalInput! non-null enum​

The unit of time to wait before the retry attempt.

RetryScheduleInput.intervalCount ● Int! non-null scalar​

The number of intervals to wait before the retry attempt.

Member Of​

CreateSubscriptionInput input ● UpdateSubscriptionInput input