GraphQL GraphQL INPUT_OBJECT

CreateSubscriptionQuoteInput

Input for create a subscription quote.

link Definition

  • input CreateSubscriptionQuoteInput {
  • # ID of the subscription.
  • subscriptionId: Int!
  • # Coupon codes for promotions applied to the renewal quote.
  • couponCodes: [String]
  • # List of products and pricing items.
  • items: [SubscriptionQuoteItemInputGraphType]!
  • # Note to the subscription quote for internal usage.
  • note: String
  • }

link Required by