GraphQL INPUT_OBJECT
UpgradeSubscriptionInput
Input for the subscription upgrade.
link Definition
- input UpgradeSubscriptionInput {
- # List of subscription items that you would like to upgrade.
- UpdateSubscriptionItemInput]! : [
- # ID of the Subscription to be upgraded.
- Int! :
- # Mode in which the upgrade should be performed.
- SubscriptionUpgradeModeEnum! :
- # Package discount that should be applied to the subscription items.
- String :
- # Two-character language iso code for localized output.
- CheckoutLanguageEnum :
- # Coupon code for a promotion applied to item(s) in the cart.
- String :
- # ID of the session.
- String :
- # Price configuration that you would like to apply.
- String :
- # List of x-parameters used in the subscription and alignment purchase.
- UpgradeSubscriptionExtraParameterInput] : [
- }