GraphQL OBJECT

AcceptRenewalQuoteResult

link Definition

  • type AcceptRenewalQuoteResult {
  • # The purchase that was generated from the quote.
  • renewalPurchase: Purchase
  • # The renewed subscription
  • renewedSubscription: Subscription
  • }

link Required by