GraphQL INPUT_OBJECT

CreateRenewalQuoteInput

Input for create a renewal quote.

link Definition

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

link Required by