pauseSubscription
Pauses a subscription
You can optionally pass in a time at which the subscription will be resumed. All automatic charging and invoice generation and order generation is put on hold for a paused subscription. Maximum contract terms automatically shift forward on each billing cycle.
Arguments
Argument
Description
input (PauseSubscriptionInput!)
Parameters for PauseSubscription
PauseSubscriptionInput Arguments
Argument
Description
id (ID!)
ID of the subscription to pause.
pauseUntil (ISO8601DateTime)
Time from which the subscription automaticaly resumes again.
Return fields
errors ([ModelValidationError!]!)
subscription (Subscription)
Last updated
Was this helpful?