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
-
categoryID
ID of the category in which the Want It Now post is listed.
property -
description
Description of a Want It Now post. Description will not be returned for
property
GetWantItNowSearchResults. -
postID
ID that uniquely identifies a Want It Now post.
property -
site
Site where the Want It Now post is listed.
property -
startTime
Date and time (in GMT) that a Want It Now post was added.
property -
responseCount
Number 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. -
title
Title 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 *categoryID
Discussion
ID of the category in which the Want It Now post is listed.
type : NSString, wrapper for primitive string
Declared In
Trading_WantItNowPostType.h
description
Description of a Want It Now post. Description will not be returned for
GetWantItNowSearchResults.
@property (nonatomic, retain) NSString *description
Discussion
Description of a Want It Now post. Description will not be returned for
GetWantItNowSearchResults.
type : NSString, wrapper for primitive string
Declared In
Trading_WantItNowPostType.h
postID
ID that uniquely identifies a Want It Now post.
@property (nonatomic, retain) NSString *postID
Discussion
ID that uniquely identifies a Want It Now post.
type : NSString, wrapper for primitive string
Declared In
Trading_WantItNowPostType.h
responseCount
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 *responseCount
Discussion
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.h
site
Site where the Want It Now post is listed.
@property (nonatomic, retain) NSString *site
Discussion
Site where the Want It Now post is listed.
type: string constant in Trading_SiteCodeType.h
Declared In
Trading_WantItNowPostType.h