Trading_FeatureEligibilityType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_FeatureEligibilityType.h Trading_FeatureEligibilityType.m |
Overview
Indicates whether the seller making the request can list with certain features.
A seller’s eligibility is determined by their feedback rating.
@ingroup EBayAPIInterface
Tasks
-
qualifiesForBuyItNow
Indicates whether the seller is eligible to list items with the ‘BuyItNow’ option.
property
A value of true means that the seller is eligible; a value of false indicates that
they are not eligible. -
qualifiesForBuyItNowMultiple
Indicates whether the seller is eligible to specify the ‘BuyItNow’ option for
property
multiple-item listings. A value of true means that the seller is eligible; a value
of false indicates that they are not eligible. -
qualifiedForFixedPriceOneDayDuration
Indicates whether the seller is eligible to list a fixed-price item with a one-day
property
listing duration. A value of true means that the seller is eligible; a value of false
indicates that the seller is not eligible. Note that this field only controls user
eligibility. The listing type and category must support this feature for this field to
be applicable. -
qualifiesForVariations
Indicates whether or not the seller is eligible to list
property
multi-variation items. -
qualifiedForAuctionOneDayDuration
propertyIndicates whether the seller is eligible to list an auction item with a one day duration on this site. Limitation: the Adult-Only and Auto Vehicle categories do not support one day auctions, so the seller cannot list items in these categories as one day auctions even if the seller has the eligibility.
-
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_FeatureEligibilityType.h
qualifiedForAuctionOneDayDuration
Indicates whether the seller is eligible to list an auction item with a one day duration on this site.
Limitation: the Adult-Only and Auto Vehicle categories do not support one day auctions, so the seller
cannot list items in these categories as one day auctions even if the seller has the eligibility.
@property (nonatomic, retain) NSNumber *qualifiedForAuctionOneDayDuration
Discussion
Indicates whether the seller is eligible to list an auction item with a one day duration on this site.
Limitation: the Adult-Only and Auto Vehicle categories do not support one day auctions, so the seller
cannot list items in these categories as one day auctions even if the seller has the eligibility.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeatureEligibilityType.h
qualifiedForFixedPriceOneDayDuration
Indicates whether the seller is eligible to list a fixed-price item with a one-day
listing duration. A value of true means that the seller is eligible; a value of false
indicates that the seller is not eligible. Note that this field only controls user
eligibility. The listing type and category must support this feature for this field to
be applicable.
@property (nonatomic, retain) NSNumber *qualifiedForFixedPriceOneDayDuration
Discussion
Indicates whether the seller is eligible to list a fixed-price item with a one-day
listing duration. A value of true means that the seller is eligible; a value of false
indicates that the seller is not eligible. Note that this field only controls user
eligibility. The listing type and category must support this feature for this field to
be applicable.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeatureEligibilityType.h
qualifiesForBuyItNow
Indicates whether the seller is eligible to list items with the ‘BuyItNow’ option.
A value of true means that the seller is eligible; a value of false indicates that
they are not eligible.
@property (nonatomic, retain) NSNumber *qualifiesForBuyItNow
Discussion
Indicates whether the seller is eligible to list items with the ‘BuyItNow’ option.
A value of true means that the seller is eligible; a value of false indicates that
they are not eligible.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeatureEligibilityType.h
qualifiesForBuyItNowMultiple
Indicates whether the seller is eligible to specify the ‘BuyItNow’ option for
multiple-item listings. A value of true means that the seller is eligible; a value
of false indicates that they are not eligible.
@property (nonatomic, retain) NSNumber *qualifiesForBuyItNowMultiple
Discussion
Indicates whether the seller is eligible to specify the ‘BuyItNow’ option for
multiple-item listings. A value of true means that the seller is eligible; a value
of false indicates that they are not eligible.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeatureEligibilityType.h
qualifiesForVariations
Indicates whether or not the seller is eligible to list
multi-variation items.
@property (nonatomic, retain) NSNumber *qualifiesForVariations
Discussion
Indicates whether or not the seller is eligible to list
multi-variation items.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeatureEligibilityType.h