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

ResponseBodyV2

interface ResponseBodyV2 {
    signedPayload?: string;
}

Properties

Properties

signedPayload?: string

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

signedPayload