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

Overview

(public class)

@ingroup EBayAPIInterface

Tasks

  •   memberMessage

    The returned member messages. Returned if messages that meet the request criteria exist.
    Note that GetMemberMessages does not return
    messages when, in the request, the MailMessageType is AskSellerQuestion.

    property
  •   paginationResult

    Shows the pagination of data returned by requests.

    property
  •   hasMoreItems

    Specifies whether the response has more items.

    property

Properties

hasMoreItems

Specifies whether the response has more items.

@property (nonatomic, retain) NSNumber *hasMoreItems

Discussion

Specifies whether the response has more items.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_GetMemberMessagesResponseType.h

memberMessage

The returned member messages. Returned if messages that meet the request criteria exist.
Note that GetMemberMessages does not return
messages when, in the request, the MailMessageType is AskSellerQuestion.

@property (nonatomic, retain) Trading_MemberMessageExchangeArrayType *memberMessage

Discussion

The returned member messages. Returned if messages that meet the request criteria exist.
Note that GetMemberMessages does not return
messages when, in the request, the MailMessageType is AskSellerQuestion.

type : class Trading_MemberMessageExchangeArrayType

Declared In

Trading_GetMemberMessagesResponseType.h

paginationResult

Shows the pagination of data returned by requests.

@property (nonatomic, retain) Trading_PaginationResultType *paginationResult

Discussion

Shows the pagination of data returned by requests.

type : class Trading_PaginationResultType

Declared In

Trading_GetMemberMessagesResponseType.h