appstoreserverlibrary.models.NotificationHistoryResponse module¶
- class appstoreserverlibrary.models.NotificationHistoryResponse.NotificationHistoryResponse(paginationToken: str | None = None, hasMore: bool | None = None, notificationHistory: List[NotificationHistoryResponseItem] | None = None)[source]¶
Bases:
object
A response that contains the App Store Server Notifications history for your app.
https://developer.apple.com/documentation/appstoreserverapi/notificationhistoryresponse
- hasMore: bool | None¶
A Boolean value indicating whether the App Store has more transaction data.
https://developer.apple.com/documentation/appstoreserverapi/hasmore
- notificationHistory: List[NotificationHistoryResponseItem] | None¶
An array of App Store server notification history records.
https://developer.apple.com/documentation/appstoreserverapi/notificationhistoryresponseitem
- paginationToken: str | None¶
A pagination token that you return to the endpoint on a subsequent call to receive the next set of results.
https://developer.apple.com/documentation/appstoreserverapi/paginationtoken