appstoreserverlibrary.models.AdvancedCommerceRequestRefundResponse module

class appstoreserverlibrary.models.AdvancedCommerceRequestRefundResponse.AdvancedCommerceRequestRefundResponse(signedTransactionInfo: str)[source]

Bases: AbstractAdvancedCommerceResponse

The response body for a transaction refund request.

https://developer.apple.com/documentation/advancedcommerceapi/requestrefundresponse

signedRenewalInfo: str | None

Subscription renewal information, signed by the App Store, in JSON Web Signature (JWS) format.

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

signedTransactionInfo: str | None

Transaction information signed by the App Store, in JSON Web Signature (JWS) Compact Serialization format.

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