appstoreserverlibrary.models.ResponseBodyV2 module

class appstoreserverlibrary.models.ResponseBodyV2.ResponseBodyV2(signedPayload: str | None = None)[source]

Bases: object

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

https://developer.apple.com/documentation/appstoreservernotifications/responsebodyv2

signedPayload: str | None

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

https://developer.apple.com/documentation/appstoreservernotifications/signedpayload