@apple/app-store-server-library
    Preparing search index...

    Interface AdvancedCommerceSubscriptionRevokeResponse

    The response body for a successful revoke-subscription request.

    SubscriptionRevokeResponse

    interface AdvancedCommerceSubscriptionRevokeResponse {
        signedRenewalInfo?: string;
        signedTransactionInfo?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    signedRenewalInfo?: string

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

    signedTransactionInfo?: string

    Transaction information signed by the App Store, in JSON Web Signature (JWS) Compact Serialization format.