OBJECT
RedeemSubscriptionPayload
RedeemSubscriptionPayload returns a status code indicating whether the update was successful or not.
link GraphQL Schema definition
1 type RedeemSubscriptionPayload { 2 3 # A code indicating why the redemption of subscription failed, if it did. 4 : RedeemSubscriptionResponseErrorCode 5 6 # The Subscription Product that the user has been entitled to. 7 : SubscriptionProduct 8 9 }