Trading_BuyingGuideType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BuyingGuideType.h Trading_BuyingGuideType.m |
Overview
Information that identifies a buying guide. A buying guide provides content about particular
product areas, categories, or subjects to help buyers decide which type of item
to purchase based on their particular interests.
Buying guides are useful to buyers who do not have a specific product in mind.
For example, a digital camera buying guide could help a buyer determine what kind of
digital camera is right for them.
@ingroup EBayAPIInterface
Tasks
-
name
Display name of the buying guide.
property -
url
URL for the buying guide. Your application can
property
present this as a link. Use the value of Name as the link’s display name. -
categoryID
Identifies the category (if any) that is associated
property
with the buying guide.
For a matching categories search,
you can use this information to determine the order that the buying guides are
returned in when multiple guides are found.
Optionally, you can use this information to determine where to present
the buying guide link in your application.
Not returned for product finder searches. -
productFinderID
Identifies the product finder (if any) that is associated with the buying guide.
property
Only returned for product finder searches. -
title
The title of the buying guide.
property -
text
The text of the guide. If the guide is longer than
property
2000 characters, the text is cut off and it ends with “…”.
See BuyingGuide.URL for a link to the full text of the review. -
creationTime
The time and date when the guide was posted.
property -
userID
The author’s eBay user ID.
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_BuyingGuideType.h
categoryID
Identifies the category (if any) that is associated
with the buying guide.
For a matching categories search,
you can use this information to determine the order that the buying guides are
returned in when multiple guides are found.
Optionally, you can use this information to determine where to present
the buying guide link in your application.
Not returned for product finder searches.
@property (nonatomic, retain) NSString *categoryID
Discussion
Identifies the category (if any) that is associated
with the buying guide.
For a matching categories search,
you can use this information to determine the order that the buying guides are
returned in when multiple guides are found.
Optionally, you can use this information to determine where to present
the buying guide link in your application.
Not returned for product finder searches.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.h
creationTime
The time and date when the guide was posted.
@property (nonatomic, retain) NSDate *creationTime
Discussion
The time and date when the guide was posted.
type : NSDate, wrapper for primitive date
Declared In
Trading_BuyingGuideType.h
name
Display name of the buying guide.
@property (nonatomic, retain) NSString *name
Discussion
Display name of the buying guide.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.h
productFinderID
Identifies the product finder (if any) that is associated with the buying guide.
Only returned for product finder searches.
@property (nonatomic, retain) NSNumber *productFinderID
Discussion
Identifies the product finder (if any) that is associated with the buying guide.
Only returned for product finder searches.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingGuideType.h
text
The text of the guide. If the guide is longer than
2000 characters, the text is cut off and it ends with “…”.
See BuyingGuide.URL for a link to the full text of the review.
@property (nonatomic, retain) NSString *text
Discussion
The text of the guide. If the guide is longer than
2000 characters, the text is cut off and it ends with “…”.
See BuyingGuide.URL for a link to the full text of the review.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.h
title
The title of the buying guide.
@property (nonatomic, retain) NSString *title
Discussion
The title of the buying guide.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.h
url
URL for the buying guide. Your application can
present this as a link. Use the value of Name as the link’s display name.
@property (nonatomic, retain) NSString *url
Discussion
URL for the buying guide. Your application can
present this as a link. Use the value of Name as the link’s display name.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.h