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

    Interface GetMessageListResponseItem

    A message identifier and status information for a message.

    GetMessageListResponseItem

    interface GetMessageListResponseItem {
        messageIdentifier?: string;
        messageState?: string;
    }
    Index

    Properties

    messageIdentifier?: string

    The identifier of the message.

    messageIdentifier

    messageState?: string

    The current state of the message.

    messageState