Trading_MyMessagesResponseDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_MyMessagesResponseDetailsType.h Trading_MyMessagesResponseDetailsType.m |
Tasks
-
responseEnabled
Whether a message can be responded
property
to. To respond to a message, use the URL
in ResponseURL. You may need to log into the eBay
Web site to complete the response. -
responseURL
A URL that the recipient must visit to respond to a
property
message. Responding may require logging
into the eBay Web site. -
userResponseDate
The date and time the user responded to a
property
message -
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_MyMessagesResponseDetailsType.h
responseEnabled
Whether a message can be responded
to. To respond to a message, use the URL
in ResponseURL. You may need to log into the eBay
Web site to complete the response.
@property (nonatomic, retain) NSNumber *responseEnabled
Discussion
Whether a message can be responded
to. To respond to a message, use the URL
in ResponseURL. You may need to log into the eBay
Web site to complete the response.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_MyMessagesResponseDetailsType.h
responseURL
A URL that the recipient must visit to respond to a
message. Responding may require logging
into the eBay Web site.
@property (nonatomic, retain) NSString *responseURL
Discussion
A URL that the recipient must visit to respond to a
message. Responding may require logging
into the eBay Web site.
type : NSString, wrapper for primitive string
Declared In
Trading_MyMessagesResponseDetailsType.h