GraphQL OBJECT

RenewSubscriptionResult

Subscription renewal information.

link Definition

  • type RenewSubscriptionResult {
  • # The renewed subscription.
  • renewedSubscription: Subscription
  • # URL of web page with transaction details or payment instructions.
  • continueUrl: String
  • }

link Required by