GraphQL INPUT_OBJECT

UpdateSubscriptionInput

Input for the subscription update.

link Definition

  • input UpdateSubscriptionInput {
  • # Price configuration that you would like to apply.
  • priceRule: String
  • # List of subscription items that you would like to update.
  • items: [UpdateSubscriptionItemInput]
  • # Coupon code that should be applied to the subscription items.
  • couponCode: String
  • # Renewal type of the subscription.
  • renewalType: SubscriptionRenewalTypeEnum
  • # List of x-parameters used in the subscription.
  • extraParameters: [ExtraParameterInput]
  • # Package discount that should be applied to the subscription items.
  • packageDiscount: String
  • # ID of the session.
  • sessionId: String
  • }