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
-
qualifiesForBuyItNowIndicates 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. -
qualifiesForBuyItNowMultipleIndicates 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. -
qualifiedForFixedPriceOneDayDurationIndicates 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. -
qualifiesForVariationsIndicates 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_FeatureEligibilityType.hqualifiedForAuctionOneDayDuration
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 *qualifiedForAuctionOneDayDurationDiscussion
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.hqualifiedForFixedPriceOneDayDuration
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 *qualifiedForFixedPriceOneDayDurationDiscussion
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.hqualifiesForBuyItNow
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 *qualifiesForBuyItNowDiscussion
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.hqualifiesForBuyItNowMultiple
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 *qualifiesForBuyItNowMultipleDiscussion
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.hqualifiesForVariations
Indicates whether or not the seller is eligible to list
multi-variation items.
@property (nonatomic, retain) NSNumber *qualifiesForVariationsDiscussion
Indicates whether or not the seller is eligible to list
multi-variation items.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_FeatureEligibilityType.h