Trading_AddMemberMessageAAQToPartnerRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_AddMemberMessageAAQToPartnerRequestType.h Trading_AddMemberMessageAAQToPartnerRequestType.m |
Overview
Enables a buyer and seller in an order relationship to
send messages to each other’s My Messages Inboxes.
@ingroup EBayAPIInterface
Tasks
-
itemIDThe unique ID of the item about which the question was asked.
property -
memberMessageContainer for the message. Includes the message body, plus other values
property
related to the message.
Properties
itemID
The unique ID of the item about which the question was asked.
@property (nonatomic, retain) NSString *itemIDDiscussion
The unique ID of the item about which the question was asked.
type : NSString, wrapper for primitive string
Declared In
Trading_AddMemberMessageAAQToPartnerRequestType.hmemberMessage
Container for the message. Includes the message body, plus other values
related to the message.
@property (nonatomic, retain) Trading_MemberMessageType *memberMessageDiscussion
Container for the message. Includes the message body, plus other values
related to the message.
type : class Trading_MemberMessageType
Declared In
Trading_AddMemberMessageAAQToPartnerRequestType.h