GraphQL OBJECT
UpgradeSubscriptionResult
Subscription upgrade information.
link Definition
- type UpgradeSubscriptionResult {
- # The upgraded subscription.
- : Subscription
- # Price to be paid on alignment.
- : Price @deprecated( reason: "Deprecated, please use alignment field instead." )
- # Price to be paid on alignment.
- : AlignmentCustomerPrice
- # URL of web page with transaction details or payment instructions.
- : String
- }