OBJECT

RedeemSubscriptionPayload

RedeemSubscriptionPayload returns a status code indicating whether the update was successful or not.

link GraphQL Schema definition

1type RedeemSubscriptionPayload {
2
3# A code indicating why the redemption of subscription failed, if it did.
4errorCode: RedeemSubscriptionResponseErrorCode
5
6# The Subscription Product that the user has been entitled to.
7product: SubscriptionProduct
8
9}