Contents

SubscriptionRevokeResponse

The response body for a successful revoke-subscription request.

Declaration

object SubscriptionRevokeResponse

Properties

NameTypeDescription
signedRenewalInfo RequiredJWSRenewalInfo

Subscription renewal information signed by the App Store, in JSON Web Signature (JWS) format.

signedTransactionInfo RequiredJWSTransaction

Transaction information signed by the App Store, in JWS Compact Serialization format.

Discussion

This is the response body for the Revoke Subscription endpoint.

See Also

Subscription revocation from the server