Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetMyMessagesResponseType.h
Trading_GetMyMessagesResponseType.m

Overview

Conains information about the messages sent to
a user. Depending on the detail level, this
information can include message counts,
resolution and flagged status, message
headers, and message text.

@ingroup EBayAPIInterface

Tasks

  •   summary

    Summary data for a given user's
    messages. This includes the numbers of
    new messages, flagged messages, and total messages.
    The amount and type of data returned is the same
    whether or not the request includes specific
    MessageIDs.
    Always/Conditionally returned logic assumes a
    detail level of ReturnMessages.

    property
  •   alerts

    This container was deprecated in 685 version. Alerts are now considered
    Flagged messages.

    property
  •   messages

    Contains the message information for each
    message specified in MessageIDs. The amount and
    type of information returned varies based on the
    requested detail level. Contains one
    MyMessagesMessageType object per message.
    Returned as an empty node if user has no
    messages.

    property

Properties

alerts

This container was deprecated in 685 version. Alerts are now considered
Flagged messages.

@property (nonatomic, retain) Trading_MyMessagesAlertArrayType *alerts

Discussion

This container was deprecated in 685 version. Alerts are now considered
Flagged messages.

type : class Trading_MyMessagesAlertArrayType

Declared In

Trading_GetMyMessagesResponseType.h

messages

Contains the message information for each
message specified in MessageIDs. The amount and
type of information returned varies based on the
requested detail level. Contains one
MyMessagesMessageType object per message.
Returned as an empty node if user has no
messages.

@property (nonatomic, retain) Trading_MyMessagesMessageArrayType *messages

Discussion

Contains the message information for each
message specified in MessageIDs. The amount and
type of information returned varies based on the
requested detail level. Contains one
MyMessagesMessageType object per message.
Returned as an empty node if user has no
messages.

type : class Trading_MyMessagesMessageArrayType

Declared In

Trading_GetMyMessagesResponseType.h

summary

Summary data for a given user's
messages. This includes the numbers of
new messages, flagged messages, and total messages.
The amount and type of data returned is the same
whether or not the request includes specific
MessageIDs.
Always/Conditionally returned logic assumes a
detail level of ReturnMessages.

@property (nonatomic, retain) Trading_MyMessagesSummaryType *summary

Discussion

Summary data for a given user's
messages. This includes the numbers of
new messages, flagged messages, and total messages.
The amount and type of data returned is the same
whether or not the request includes specific
MessageIDs.
Always/Conditionally returned logic assumes a
detail level of ReturnMessages.

type : class Trading_MyMessagesSummaryType

Declared In

Trading_GetMyMessagesResponseType.h