Trading_AddMemberMessageRTQRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_AddMemberMessageRTQRequestType.h Trading_AddMemberMessageRTQRequestType.m |
Overview
Enables a seller to reply to a question about an active item listing.
@ingroup EBayAPIInterface
Tasks
-
itemID
The unique ID of the item about which the question was asked. This field
property
is not required in the request, if the request includes a RecipientID
in the MemberMessage container. -
memberMessage
Container for the message. Includes the message body (which should answer
property
the question that an eBay user asks you (the seller) about an active
listing), plus other values related to the message.
Properties
itemID
The unique ID of the item about which the question was asked. This field
is not required in the request, if the request includes a RecipientID
in the MemberMessage container.
@property (nonatomic, retain) NSString *itemID
Discussion
The unique ID of the item about which the question was asked. This field
is not required in the request, if the request includes a RecipientID
in the MemberMessage container.
type : NSString, wrapper for primitive string
Declared In
Trading_AddMemberMessageRTQRequestType.h
memberMessage
Container for the message. Includes the message body (which should answer
the question that an eBay user asks you (the seller) about an active
listing), plus other values related to the message.
@property (nonatomic, retain) Trading_MemberMessageType *memberMessage
Discussion
Container for the message. Includes the message body (which should answer
the question that an eBay user asks you (the seller) about an active
listing), plus other values related to the message.
type : class Trading_MemberMessageType
Declared In
Trading_AddMemberMessageRTQRequestType.h