Trading_AddMemberMessagesAAQToBidderRequestContainerType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_AddMemberMessagesAAQToBidderRequestContainerType.h Trading_AddMemberMessagesAAQToBidderRequestContainerType.m |
Tasks
-
correlationID
A CorrelationID value is required for
property
each AddMemberMessagesAAQToBidderRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each
member message container in the request with its corresponding member message container in the
response. The same CorrelationID value that you pass into a request will
be returned in the CorrelationID field in the response. -
itemID
An eBay ID that uniquely identifies a given
property
item. Must be a currently active item. -
memberMessage
Holds the content of the message.
property
Properties
correlationID
A CorrelationID value is required for
each AddMemberMessagesAAQToBidderRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each
member message container in the request with its corresponding member message container in the
response. The same CorrelationID value that you pass into a request will
be returned in the CorrelationID field in the response.
@property (nonatomic, retain) NSString *correlationID
Discussion
A CorrelationID value is required for
each AddMemberMessagesAAQToBidderRequestContainer container that is used in the request. The
CorrelationID value returned under each
AddMemberMessagesAAQToBidderResponseContainer container is used to correlate each
member message container in the request with its corresponding member message container in the
response. The same CorrelationID value that you pass into a request will
be returned in the CorrelationID field in the response.
type : NSString, wrapper for primitive string
Declared In
Trading_AddMemberMessagesAAQToBidderRequestContainerType.h
itemID
An eBay ID that uniquely identifies a given
item. Must be a currently active item.
@property (nonatomic, retain) NSString *itemID
Discussion
An eBay ID that uniquely identifies a given
item. Must be a currently active item.
type : NSString, wrapper for primitive string
Declared In
Trading_AddMemberMessagesAAQToBidderRequestContainerType.h