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
-
nameDisplay name of the buying guide.
property -
urlURL for the buying guide. Your application can
property
present this as a link. Use the value of Name as the link’s display name. -
categoryIDIdentifies 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. -
productFinderIDIdentifies the product finder (if any) that is associated with the buying guide.
property
Only returned for product finder searches. -
titleThe title of the buying guide.
property -
textThe 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. -
creationTimeThe time and date when the guide was posted.
property -
userIDThe author’s eBay user ID.
property -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BuyingGuideType.hcategoryID
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 *categoryIDDiscussion
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.hcreationTime
The time and date when the guide was posted.
@property (nonatomic, retain) NSDate *creationTimeDiscussion
The time and date when the guide was posted.
type : NSDate, wrapper for primitive date
Declared In
Trading_BuyingGuideType.hname
Display name of the buying guide.
@property (nonatomic, retain) NSString *nameDiscussion
Display name of the buying guide.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.hproductFinderID
Identifies the product finder (if any) that is associated with the buying guide.
Only returned for product finder searches.
@property (nonatomic, retain) NSNumber *productFinderIDDiscussion
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.htext
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 *textDiscussion
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.htitle
The title of the buying guide.
@property (nonatomic, retain) NSString *titleDiscussion
The title of the buying guide.
type : NSString, wrapper for primitive string
Declared In
Trading_BuyingGuideType.hurl
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 *urlDiscussion
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