GraphQL INPUT_OBJECT
SubscriptionUpdatePreviewInput
Input for previewing the subscription update.
link Definition
- input SubscriptionUpdatePreviewInput {
- #   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
- #   Optional id of the preview.
- : String
- #   ID of the subscription.
- : Int!
- }