GraphQL OBJECT

UpgradeSubscriptionResult

Subscription upgrade information.

link Definition

  • type UpgradeSubscriptionResult {
  • # The upgraded subscription.
  • upgradedSubscription: Subscription
  • # Price to be paid on alignment.
  • alignmentPrice: Price @deprecated( reason: "Deprecated, please use alignment field instead." )
  • # Price to be paid on alignment.
  • alignment: AlignmentCustomerPrice
  • }