GraphQL OBJECT
AcceptRenewalQuoteResult
link Definition
- type AcceptRenewalQuoteResult {
- # The purchase that was generated from the quote.
- : Purchase
- # The renewed subscription
- : Subscription
- # URL of web page with transaction details or payment instructions.
- : String
- }