GraphQL GraphQL OBJECT

AcceptSubscriptionQuoteResult

link Definition

  • type AcceptSubscriptionQuoteResult {
  • # The purchase that was generated from the quote.
  • purchase: Purchase
  • # The subscription that was modified by the quote.
  • subscription: Subscription
  • # URL of web page with transaction details or payment instructions.
  • continueUrl: String
  • }

link Required by