Trading_WantItNowPostType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_WantItNowPostType.h Trading_WantItNowPostType.m |
Overview
Contains the data describing a single Want It Now post. Buyers create Want It Now
posts to communicate to sellers specific requirements for items they would like to
buy.
@ingroup EBayAPIInterface
Tasks
-
categoryIDID of the category in which the Want It Now post is listed.
property -
descriptionDescription of a Want It Now post. Description will not be returned for
property
GetWantItNowSearchResults. -
postIDID that uniquely identifies a Want It Now post.
property -
siteSite where the Want It Now post is listed.
property -
startTimeDate and time (in GMT) that a Want It Now post was added.
property -
responseCountNumber of responses for a Want It Now post. Sellers respond to a Want It
property
Now post by submitting an item number, so each response corresponds to an item
listing. -
titleTitle of a Want It Now post.
property
Properties
categoryID
ID of the category in which the Want It Now post is listed.
@property (nonatomic, retain) NSString *categoryIDDiscussion
ID of the category in which the Want It Now post is listed.
type : NSString, wrapper for primitive string
Declared In
Trading_WantItNowPostType.hdescription
Description of a Want It Now post. Description will not be returned for
GetWantItNowSearchResults.
@property (nonatomic, retain) NSString *descriptionDiscussion
Description of a Want It Now post. Description will not be returned for
GetWantItNowSearchResults.
type : NSString, wrapper for primitive string
Declared In
Trading_WantItNowPostType.hpostID
ID that uniquely identifies a Want It Now post.
@property (nonatomic, retain) NSString *postIDDiscussion
ID that uniquely identifies a Want It Now post.
type : NSString, wrapper for primitive string
Declared In
Trading_WantItNowPostType.hresponseCount
Number of responses for a Want It Now post. Sellers respond to a Want It
Now post by submitting an item number, so each response corresponds to an item
listing.
@property (nonatomic, retain) NSNumber *responseCountDiscussion
Number of responses for a Want It Now post. Sellers respond to a Want It
Now post by submitting an item number, so each response corresponds to an item
listing.
type : NSNumber, wrapper for primitive int
Declared In
Trading_WantItNowPostType.hsite
Site where the Want It Now post is listed.
@property (nonatomic, retain) NSString *siteDiscussion
Site where the Want It Now post is listed.
type: string constant in Trading_SiteCodeType.h
Declared In
Trading_WantItNowPostType.h