appstoreserverlibrary.models.RefundHistoryResponse module¶
- class appstoreserverlibrary.models.RefundHistoryResponse.RefundHistoryResponse(signedTransactions: List[str] | None = None, revision: str | None = None, hasMore: bool | None = None)[source]¶
Bases:
object
A response that contains an array of signed JSON Web Signature (JWS) refunded transactions, and paging information.
https://developer.apple.com/documentation/appstoreserverapi/refundhistoryresponse
- hasMore: bool | None¶
A Boolean value indicating whether the App Store has more transaction data.
https://developer.apple.com/documentation/appstoreserverapi/hasmore
- revision: str | None¶
A token you use in a query to request the next set of transactions for the customer.
https://developer.apple.com/documentation/appstoreserverapi/revision
- signedTransactions: List[str] | None¶
A list of up to 20 JWS transactions, or an empty array if the customer hasn’t received any refunds in your app. The transactions are sorted in ascending order by revocationDate.
https://developer.apple.com/documentation/appstoreserverapi/jwstransaction