Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_ListingFeatureDetailsType.h
Trading_ListingFeatureDetailsType.m

Overview

Details about feature availability for the site.

@ingroup EBayAPIInterface

Tasks

  •   boldTitle

    Defines the availability of the BoldTitle feature for the site.

    property
  •   border

    Defines the availability of the Picture Border feature for the site.




    Note:
    The Picture Border feature has been deprecated.

    property
  •   highlight

    Defines the availability of the Highlight feature for the site.

    property
  •   giftIcon

    Defines the availability of the Gift Icon feature for the site.

    property
  •   homePageFeatured

    Defines the availability of the HomePageFeatured feature for the site.

    property
  •   featuredFirst

    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
  •   featuredPlus

    Defines the availability of FeaturedPlus for site, including whether it is only available for
    certain seller groups such as PowerSeller or TopRatedSeller.

    property
  •   proPack

    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
  •   detailVersion

    Returns the current version of details.

    property
  •   updateTime

    Gives the time in GMT that the feature flags for the
    details were last updated.

    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_ListingFeatureDetailsType.h

boldTitle

Defines the availability of the BoldTitle feature for the site.

@property (nonatomic, retain) NSString *boldTitle

Discussion

Defines the availability of the BoldTitle feature for the site.

type: string constant in Trading_BoldTitleCodeType.h

Declared In

Trading_ListingFeatureDetailsType.h

border

Defines the availability of the Picture Border feature for the site.




Note:
The Picture Border feature has been deprecated.

@property (nonatomic, retain) NSString *border

Discussion

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.h

detailVersion

Returns the current version of details.

@property (nonatomic, retain) NSString *detailVersion

Discussion

Returns the current version of details.

type : NSString, wrapper for primitive string

Declared In

Trading_ListingFeatureDetailsType.h

featuredFirst

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 *featuredFirst

Discussion

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.h

featuredPlus

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 *featuredPlus

Discussion

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.h

giftIcon

Defines the availability of the Gift Icon feature for the site.

@property (nonatomic, retain) NSString *giftIcon

Discussion

Defines the availability of the Gift Icon feature for the site.

type: string constant in Trading_GiftIconCodeType.h

Declared In

Trading_ListingFeatureDetailsType.h

highlight

Defines the availability of the Highlight feature for the site.

@property (nonatomic, retain) NSString *highlight

Discussion

Defines the availability of the Highlight feature for the site.

type: string constant in Trading_HighlightCodeType.h

Declared In

Trading_ListingFeatureDetailsType.h

homePageFeatured

Defines the availability of the HomePageFeatured feature for the site.

@property (nonatomic, retain) NSString *homePageFeatured

Discussion

Defines the availability of the HomePageFeatured feature for the site.

type: string constant in Trading_HomePageFeaturedCodeType.h

Declared In

Trading_ListingFeatureDetailsType.h

proPack

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 *proPack

Discussion

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.h

updateTime

Gives the time in GMT that the feature flags for the
details were last updated.

@property (nonatomic, retain) NSDate *updateTime

Discussion

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