GraphQL INPUT_OBJECT
UpdateSubscriptionInput
Input for the subscription update.
link Definition
- input UpdateSubscriptionInput {
- # Price configuration that you would like to apply.
- String :
- # List of subscription items that you would like to update.
- UpdateSubscriptionItemInput] : [
- # Coupon code that should be applied to the subscription items.
- String :
- # Renewal type of the subscription.
- SubscriptionRenewalTypeEnum :
- # List of x-parameters used in the subscription.
- ExtraParameterInput] : [
- # Package discount that should be applied to the subscription items.
- String :
- # ID of the session.
- String :
- }