@apple/app-store-server-library
    Preparing search index...

    Interface NotificationHistoryResponse

    A response that contains the App Store Server Notifications history for your app.

    NotificationHistoryResponse

    interface NotificationHistoryResponse {
        hasMore?: boolean;
        notificationHistory?: NotificationHistoryResponseItem[];
        paginationToken?: string;
    }
    Index

    Properties

    hasMore?: boolean

    A Boolean value indicating whether the App Store has more transaction data.

    hasMore

    notificationHistory?: NotificationHistoryResponseItem[]

    An array of App Store server notification history records.

    notificationHistoryResponseItem

    paginationToken?: string

    A pagination token that you return to the endpoint on a subsequent call to receive the next set of results.

    paginationToken