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

    Interface ResponseBodyV2

    The response body the App Store sends in a version 2 server notification.

    ResponseBodyV2

    interface ResponseBodyV2 {
        signedPayload?: string;
    }
    Index

    Properties

    Properties

    signedPayload?: string

    A cryptographically signed payload, in JSON Web Signature (JWS) format, containing the response body for a version 2 notification.

    signedPayload