updateSubscriptionInput
Autogenerated input type of updateSubscription
Fields
clientMutationId
· String
· DO NOT USE deprecated
DO NOT USEnew_plan_name
· String
· The name of the new Stripe Plan to switch to. Currently, this just supports moving trialing members to starter. switch_plan
· String
· Value can either be monthly or annual. Allows users on Practice Plus or Small Practice to switch billing cycles. Used By
Definition
"""Autogenerated input type of updateSubscription"""input updateSubscriptionInput { """ DO NOT USE """ clientMutationId: String @deprecated(reason: "DO NOT USE") activate_short_trial: Boolean details: String id: ID
""" The name of the new Stripe Plan to switch to. Currently, this just supports moving trialing members to starter. """ new_plan_name: String reactivate_plan: String reason: String stripe_idempotency_key: ID
""" Value can either be monthly or annual. Allows users on Practice Plus or Small Practice to switch billing cycles. """ switch_plan: String token: String wants_to_cancel: Boolean}