appstoreserverlibrary.models.TransactionInfoResponse module

class appstoreserverlibrary.models.TransactionInfoResponse.TransactionInfoResponse(signedTransactionInfo: str | None = None)[source]

Bases: object

A response that contains signed transaction information for a single transaction.

https://developer.apple.com/documentation/appstoreserverapi/transactioninforesponse

signedTransactionInfo: str | None

A customer’s in-app purchase transaction, signed by Apple, in JSON Web Signature (JWS) format.

https://developer.apple.com/documentation/appstoreserverapi/jwstransaction