Trading_GetMemberMessagesResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetMemberMessagesResponseType.h Trading_GetMemberMessagesResponseType.m |
Tasks
-
memberMessageThe returned member messages. Returned if messages that meet the request criteria exist.
property
Note that GetMemberMessages does not return
messages when, in the request, the MailMessageType is AskSellerQuestion. -
paginationResultShows the pagination of data returned by requests.
property -
hasMoreItemsSpecifies whether the response has more items.
property
Properties
hasMoreItems
Specifies whether the response has more items.
@property (nonatomic, retain) NSNumber *hasMoreItemsDiscussion
Specifies whether the response has more items.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetMemberMessagesResponseType.hmemberMessage
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 *memberMessageDiscussion
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.hpaginationResult
Shows the pagination of data returned by requests.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResultDiscussion
Shows the pagination of data returned by requests.
type : class Trading_PaginationResultType
Declared In
Trading_GetMemberMessagesResponseType.h