Trading_MemberMessageExchangeType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_MemberMessageExchangeType.h Trading_MemberMessageExchangeType.m |
Tasks
-
itemThe item about which the question was asked. Returned if the parent container is returned.
property -
questionContains all the information about the question being asked. Returned if the
property
parent container is returned. -
responseAn answer to the question. Returned if the parent container is returned.
property
For GetAdFormatLeads, returned if the seller responded to the
lead’s question. Contains the body of the seller’s response
message. -
messageStatusThe status of the message. Returned if the parent container is returned.
property -
creationDateDate the message was created. Returned if the parent container is returned.
property -
lastModifiedDateDate the message was last modified. Returned if the parent container is returned.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_MemberMessageExchangeType.hcreationDate
Date the message was created. Returned if the parent container is returned.
@property (nonatomic, retain) NSDate *creationDateDiscussion
Date the message was created. Returned if the parent container is returned.
type : NSDate, wrapper for primitive date
Declared In
Trading_MemberMessageExchangeType.hitem
The item about which the question was asked. Returned if the parent container is returned.
@property (nonatomic, retain) Trading_ItemType *itemDiscussion
The item about which the question was asked. Returned if the parent container is returned.
type : class Trading_ItemType
Declared In
Trading_MemberMessageExchangeType.hlastModifiedDate
Date the message was last modified. Returned if the parent container is returned.
@property (nonatomic, retain) NSDate *lastModifiedDateDiscussion
Date the message was last modified. Returned if the parent container is returned.
type : NSDate, wrapper for primitive date
Declared In
Trading_MemberMessageExchangeType.hmessageStatus
The status of the message. Returned if the parent container is returned.
@property (nonatomic, retain) NSString *messageStatusDiscussion
The status of the message. Returned if the parent container is returned.
type: string constant in Trading_MessageStatusTypeCodeType.h
Declared In
Trading_MemberMessageExchangeType.hquestion
Contains all the information about the question being asked. Returned if the
parent container is returned.
@property (nonatomic, retain) Trading_MemberMessageType *questionDiscussion
Contains all the information about the question being asked. Returned if the
parent container is returned.
type : class Trading_MemberMessageType
Declared In
Trading_MemberMessageExchangeType.hresponse
An answer to the question. Returned if the parent container is returned.
For GetAdFormatLeads, returned if the seller responded to the
lead’s question. Contains the body of the seller’s response
message.
@property (nonatomic, retain) NSMutableArray *responseDiscussion
An answer to the question. Returned if the parent container is returned.
For GetAdFormatLeads, returned if the seller responded to the
lead’s question. Contains the body of the seller’s response
message.
entry type : NSString, wrapper for primitive string
Declared In
Trading_MemberMessageExchangeType.h