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

Overview

Contains a message posted to a dispute. The message can be posted
by the buyer, the seller, or an eBay representative.

@ingroup EBayAPIInterface

Tasks

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_DisputeMessageType.h

messageCreationTime

The date and time the message was created, in GMT.

@property (nonatomic, retain) NSDate *messageCreationTime

Discussion

The date and time the message was created, in GMT.

type : NSDate, wrapper for primitive date

Declared In

Trading_DisputeMessageType.h

messageID

An ID that uniquely identifies the message.

@property (nonatomic, retain) NSNumber *messageID

Discussion

An ID that uniquely identifies the message.

type : NSNumber, wrapper for primitive int

Declared In

Trading_DisputeMessageType.h

messageSource

The party who posted the message: the buyer, the seller,
or an eBay representative.

@property (nonatomic, retain) NSString *messageSource

Discussion

The party who posted the message: the buyer, the seller,
or an eBay representative.

type: string constant in Trading_DisputeMessageSourceCodeType.h

Declared In

Trading_DisputeMessageType.h

messageText

The text of the message.

@property (nonatomic, retain) NSString *messageText

Discussion

The text of the message.

type : NSString, wrapper for primitive string

Declared In

Trading_DisputeMessageType.h