GraphQL OBJECT
RenewSubscriptionResult
Subscription renewal information.
link Definition
- type RenewSubscriptionResult {
- # The renewed subscription.
- : Subscription
- # URL of web page with transaction details or payment instructions.
- : String
- }
GraphQL OBJECT
Subscription renewal information.
- type RenewSubscriptionResult {
- # The renewed subscription.
- : Subscription
- # URL of web page with transaction details or payment instructions.
- : String
- }