Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_MemberMessageExchangeType.h
Trading_MemberMessageExchangeType.m

Overview

Container for message metadata.

@ingroup EBayAPIInterface

Tasks

  •   item

    The item about which the question was asked. Returned if the parent container is returned.

    property
  •   question

    Contains all the information about the question being asked. Returned if the
    parent container is returned.

    property
  •   response

    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
  •   messageStatus

    The status of the message. Returned if the parent container is returned.

    property
  •   creationDate

    Date the message was created. Returned if the parent container is returned.

    property
  •   lastModifiedDate

    Date 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 *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_MemberMessageExchangeType.h

creationDate

Date the message was created. Returned if the parent container is returned.

@property (nonatomic, retain) NSDate *creationDate

Discussion

Date the message was created. Returned if the parent container is returned.

type : NSDate, wrapper for primitive date

Declared In

Trading_MemberMessageExchangeType.h

item

The item about which the question was asked. Returned if the parent container is returned.

@property (nonatomic, retain) Trading_ItemType *item

Discussion

The item about which the question was asked. Returned if the parent container is returned.

type : class Trading_ItemType

Declared In

Trading_MemberMessageExchangeType.h

lastModifiedDate

Date the message was last modified. Returned if the parent container is returned.

@property (nonatomic, retain) NSDate *lastModifiedDate

Discussion

Date the message was last modified. Returned if the parent container is returned.

type : NSDate, wrapper for primitive date

Declared In

Trading_MemberMessageExchangeType.h

messageStatus

The status of the message. Returned if the parent container is returned.

@property (nonatomic, retain) NSString *messageStatus

Discussion

The status of the message. Returned if the parent container is returned.

type: string constant in Trading_MessageStatusTypeCodeType.h

Declared In

Trading_MemberMessageExchangeType.h

question

Contains all the information about the question being asked. Returned if the
parent container is returned.

@property (nonatomic, retain) Trading_MemberMessageType *question

Discussion

Contains all the information about the question being asked. Returned if the
parent container is returned.

type : class Trading_MemberMessageType

Declared In

Trading_MemberMessageExchangeType.h

response

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 *response

Discussion

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