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

    Interface AbstractAdvancedCommerceResponse

    interface AbstractAdvancedCommerceResponse {
        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.