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

    Interface GetMessageListResponse

    A response that contains status information for all messages.

    GetMessageListResponse

    interface GetMessageListResponse {
        messageIdentifiers?: GetMessageListResponseItem[];
    }
    Index

    Properties

    messageIdentifiers?: GetMessageListResponseItem[]

    An array of all message identifiers and their message state.

    messageIdentifiers