Trading_ListingFeatureDetailsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ListingFeatureDetailsType.h Trading_ListingFeatureDetailsType.m |
Tasks
-
boldTitleDefines the availability of the BoldTitle feature for the site.
property -
borderDefines the availability of the Picture Border feature for the site.
property
Note:
The Picture Border feature has been deprecated.
-
highlightDefines the availability of the Highlight feature for the site.
property -
giftIconDefines the availability of the Gift Icon feature for the site.
property -
homePageFeaturedDefines the availability of the HomePageFeatured feature for the site.
property -
featuredFirstDefines the availability of FeaturedFirst for the site.
property
If FeaturedFirst is available for a site, then this field also
is used to determine if FeaturedFirst is available only for
PowerSellers, or only for top-rated sellers.
If you make a GeteBayDetails call to site 100 (US eBay Motors),
the value returned only applies to the Parts and Accessories category. -
featuredPlusDefines the availability of FeaturedPlus for site, including whether it is only available for
property
certain seller groups such as PowerSeller or TopRatedSeller. -
proPackDefines the availability of ProPack for the site.
property
If ProPack is available for a site, this field also is used to determine if ProPack is
available only for PowerSellers, or only for top-rated sellers.
If you make a GeteBayDetails call to site 100 (US eBay Motors),
the value returned only applies to the Parts and Accessories category. -
detailVersionReturns the current version of details.
property -
updateTimeGives the time in GMT that the feature flags for the
property
details were last updated. -
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_ListingFeatureDetailsType.hboldTitle
Defines the availability of the BoldTitle feature for the site.
@property (nonatomic, retain) NSString *boldTitleDiscussion
Defines the availability of the BoldTitle feature for the site.
type: string constant in Trading_BoldTitleCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hborder
Defines the availability of the Picture Border feature for the site.
Note:
The Picture Border feature has been deprecated.
@property (nonatomic, retain) NSString *borderDiscussion
Defines the availability of the Picture Border feature for the site.
Note:
The Picture Border feature has been deprecated.
type: string constant in Trading_BorderCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hdetailVersion
Returns the current version of details.
@property (nonatomic, retain) NSString *detailVersionDiscussion
Returns the current version of details.
type : NSString, wrapper for primitive string
Declared In
Trading_ListingFeatureDetailsType.hfeaturedFirst
Defines the availability of FeaturedFirst for the site.
If FeaturedFirst is available for a site, then this field also
is used to determine if FeaturedFirst is available only for
PowerSellers, or only for top-rated sellers.
If you make a GeteBayDetails call to site 100 (US eBay Motors),
the value returned only applies to the Parts and Accessories category.
@property (nonatomic, retain) NSString *featuredFirstDiscussion
Defines the availability of FeaturedFirst for the site.
If FeaturedFirst is available for a site, then this field also
is used to determine if FeaturedFirst is available only for
PowerSellers, or only for top-rated sellers.
If you make a GeteBayDetails call to site 100 (US eBay Motors),
the value returned only applies to the Parts and Accessories category.
type: string constant in Trading_FeaturedFirstCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hfeaturedPlus
Defines the availability of FeaturedPlus for site, including whether it is only available for
certain seller groups such as PowerSeller or TopRatedSeller.
@property (nonatomic, retain) NSString *featuredPlusDiscussion
Defines the availability of FeaturedPlus for site, including whether it is only available for
certain seller groups such as PowerSeller or TopRatedSeller.
type: string constant in Trading_FeaturedPlusCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hgiftIcon
Defines the availability of the Gift Icon feature for the site.
@property (nonatomic, retain) NSString *giftIconDiscussion
Defines the availability of the Gift Icon feature for the site.
type: string constant in Trading_GiftIconCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hhighlight
Defines the availability of the Highlight feature for the site.
@property (nonatomic, retain) NSString *highlightDiscussion
Defines the availability of the Highlight feature for the site.
type: string constant in Trading_HighlightCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hhomePageFeatured
Defines the availability of the HomePageFeatured feature for the site.
@property (nonatomic, retain) NSString *homePageFeaturedDiscussion
Defines the availability of the HomePageFeatured feature for the site.
type: string constant in Trading_HomePageFeaturedCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hproPack
Defines the availability of ProPack for the site.
If ProPack is available for a site, this field also is used to determine if ProPack is
available only for PowerSellers, or only for top-rated sellers.
If you make a GeteBayDetails call to site 100 (US eBay Motors),
the value returned only applies to the Parts and Accessories category.
@property (nonatomic, retain) NSString *proPackDiscussion
Defines the availability of ProPack for the site.
If ProPack is available for a site, this field also is used to determine if ProPack is
available only for PowerSellers, or only for top-rated sellers.
If you make a GeteBayDetails call to site 100 (US eBay Motors),
the value returned only applies to the Parts and Accessories category.
type: string constant in Trading_ProPackCodeType.h
Declared In
Trading_ListingFeatureDetailsType.hupdateTime
Gives the time in GMT that the feature flags for the
details were last updated.
@property (nonatomic, retain) NSDate *updateTimeDiscussion
Gives the time in GMT that the feature flags for the
details were last updated.
type : NSDate, wrapper for primitive date
Declared In
Trading_ListingFeatureDetailsType.h