Trading_ExpressItemRequirementsType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ExpressItemRequirementsType.h Trading_ExpressItemRequirementsType.m |
Overview
This type is deprecated as the eBay Express is no longer available.
@ingroup EBayAPIInterface
Tasks
-
sellerExpressEligibleIf false, indicates that an item is not Express-eligible because
property
the seller is not Express-eligible. Only returned if false,
and no other settings are returned in this case. -
expressOptOutIf true, this field indicates the item was opted out of Express;
property
that is, ExpressOptOut was true in the listing request.
Only returned if true, and no other settings are returned in this case. -
expressApprovedIf true, indicates eBay has marked the item as eligible for
property
eBay Express based on direct evaluation. Only returned if true,
and no other settings are returned in this case. -
expressEligibleListingTypeIf true, indicates the item listing format is eligible for Express.
property
If false, the listing format is ineligible (and the item is therefore
ineligible). -
expressEnabledCategoryIf true, the item’s primary category is enabled for Express.
property
If false, the primary category is not enabled for Express
(and the item is therefore ineligible). -
eligiblePayPalAccountIf true, the seller has an Express-eligible PayPal account.
property -
domesticShippingCostIf true, domestic shipping costs are specified for the item.
property
If false, they aren’t specified (and the item is therefore ineligible). -
eligibleReturnPolicyIf true, the item is covered by a return policy that meets
property
the site’s requirements for Express.
Only returned for Express Germany. (A return policy is optional for
Express US.) -
pictureIf true, the item includes a picture.
property
If false, the item doesn’t include a picture.
Only returned if the category requires a picture for Express.
Some categories waive the picture requirement. -
eligibleItemConditionIf true, the item specifies an eligible item condition.
property
If false, the item doesn’t specify an eligible item condition.
Only returned if the category requires an item condition for Express.
Some categories waive the item condition requirement. -
priceAboveMinimumIf true, the price of the item is above the minimum price allowed on
property
Express. That is, the StartPrice, BuyItNowPrice,
or CurrentPrice is above the minimum.) -
priceBelowMaximumIf true, the price of the item is below the maximum price
property
allowed on Express. (That is, the StartPrice, BuyItNowPrice,
or CurrentPrice is below the maximum.) -
eligibleCheckoutIf true, indicates the item meets the site’s eBay Express
property
requirements for checkout. (A common case when this could be false
would be when ThirdPartyCheckout is true but
ThirdPartyCheckoutIntegration is false.) -
noPreapprovedBidderListIf true, the item has no pre-approved bidder list.
property -
noCharityIf true, the item is not an eBay Giving Works item.
property
Only returned if the site does not allow charity listings on Express.
(In other words, if the site excludes charity listings from Express,
then NoCharity=true means the item meets the eligibility requirement.) -
combinedShippingDiscountIf true, the item offers a combined shipping discount.
property
Only returned if the Express site has an item-level
combined shipping discount requirement.
(Some Express sites only require you to accept combined payments
at the seller level, in your My eBay preferences.) -
shipFromEligibleCountryIf true, the country you specified for the item meets the
property
specified site’s shipping origin requirements for Express. -
payPalAccountAcceptsUnconfirmedAddressIf true, the PayPal account for the item accepts payments
property
from a buyer with an unconfirmed address. If false, the
account blocks unconfirmed addresses (and the item is therefore
ineligible). -
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_ExpressItemRequirementsType.hcombinedShippingDiscount
If true, the item offers a combined shipping discount.
Only returned if the Express site has an item-level
combined shipping discount requirement.
(Some Express sites only require you to accept combined payments
at the seller level, in your My eBay preferences.)
@property (nonatomic, retain) NSNumber *combinedShippingDiscountDiscussion
If true, the item offers a combined shipping discount.
Only returned if the Express site has an item-level
combined shipping discount requirement.
(Some Express sites only require you to accept combined payments
at the seller level, in your My eBay preferences.)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hdomesticShippingCost
If true, domestic shipping costs are specified for the item.
If false, they aren’t specified (and the item is therefore ineligible).
@property (nonatomic, retain) NSNumber *domesticShippingCostDiscussion
If true, domestic shipping costs are specified for the item.
If false, they aren’t specified (and the item is therefore ineligible).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.heligibleCheckout
If true, indicates the item meets the site’s eBay Express
requirements for checkout. (A common case when this could be false
would be when ThirdPartyCheckout is true but
ThirdPartyCheckoutIntegration is false.)
@property (nonatomic, retain) NSNumber *eligibleCheckoutDiscussion
If true, indicates the item meets the site’s eBay Express
requirements for checkout. (A common case when this could be false
would be when ThirdPartyCheckout is true but
ThirdPartyCheckoutIntegration is false.)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.heligibleItemCondition
If true, the item specifies an eligible item condition.
If false, the item doesn’t specify an eligible item condition.
Only returned if the category requires an item condition for Express.
Some categories waive the item condition requirement.
@property (nonatomic, retain) NSNumber *eligibleItemConditionDiscussion
If true, the item specifies an eligible item condition.
If false, the item doesn’t specify an eligible item condition.
Only returned if the category requires an item condition for Express.
Some categories waive the item condition requirement.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.heligiblePayPalAccount
If true, the seller has an Express-eligible PayPal account.
@property (nonatomic, retain) NSNumber *eligiblePayPalAccountDiscussion
If true, the seller has an Express-eligible PayPal account.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.heligibleReturnPolicy
If true, the item is covered by a return policy that meets
the site’s requirements for Express.
Only returned for Express Germany. (A return policy is optional for
Express US.)
@property (nonatomic, retain) NSNumber *eligibleReturnPolicyDiscussion
If true, the item is covered by a return policy that meets
the site’s requirements for Express.
Only returned for Express Germany. (A return policy is optional for
Express US.)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hexpressApproved
If true, indicates eBay has marked the item as eligible for
eBay Express based on direct evaluation. Only returned if true,
and no other settings are returned in this case.
@property (nonatomic, retain) NSNumber *expressApprovedDiscussion
If true, indicates eBay has marked the item as eligible for
eBay Express based on direct evaluation. Only returned if true,
and no other settings are returned in this case.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hexpressEligibleListingType
If true, indicates the item listing format is eligible for Express.
If false, the listing format is ineligible (and the item is therefore
ineligible).
@property (nonatomic, retain) NSNumber *expressEligibleListingTypeDiscussion
If true, indicates the item listing format is eligible for Express.
If false, the listing format is ineligible (and the item is therefore
ineligible).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hexpressEnabledCategory
If true, the item’s primary category is enabled for Express.
If false, the primary category is not enabled for Express
(and the item is therefore ineligible).
@property (nonatomic, retain) NSNumber *expressEnabledCategoryDiscussion
If true, the item’s primary category is enabled for Express.
If false, the primary category is not enabled for Express
(and the item is therefore ineligible).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hexpressOptOut
If true, this field indicates the item was opted out of Express;
that is, ExpressOptOut was true in the listing request.
Only returned if true, and no other settings are returned in this case.
@property (nonatomic, retain) NSNumber *expressOptOutDiscussion
If true, this field indicates the item was opted out of Express;
that is, ExpressOptOut was true in the listing request.
Only returned if true, and no other settings are returned in this case.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hnoCharity
If true, the item is not an eBay Giving Works item.
Only returned if the site does not allow charity listings on Express.
(In other words, if the site excludes charity listings from Express,
then NoCharity=true means the item meets the eligibility requirement.)
@property (nonatomic, retain) NSNumber *noCharityDiscussion
If true, the item is not an eBay Giving Works item.
Only returned if the site does not allow charity listings on Express.
(In other words, if the site excludes charity listings from Express,
then NoCharity=true means the item meets the eligibility requirement.)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hnoPreapprovedBidderList
If true, the item has no pre-approved bidder list.
@property (nonatomic, retain) NSNumber *noPreapprovedBidderListDiscussion
If true, the item has no pre-approved bidder list.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hpayPalAccountAcceptsUnconfirmedAddress
If true, the PayPal account for the item accepts payments
from a buyer with an unconfirmed address. If false, the
account blocks unconfirmed addresses (and the item is therefore
ineligible).
@property (nonatomic, retain) NSNumber *payPalAccountAcceptsUnconfirmedAddressDiscussion
If true, the PayPal account for the item accepts payments
from a buyer with an unconfirmed address. If false, the
account blocks unconfirmed addresses (and the item is therefore
ineligible).
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hpicture
If true, the item includes a picture.
If false, the item doesn’t include a picture.
Only returned if the category requires a picture for Express.
Some categories waive the picture requirement.
@property (nonatomic, retain) NSNumber *pictureDiscussion
If true, the item includes a picture.
If false, the item doesn’t include a picture.
Only returned if the category requires a picture for Express.
Some categories waive the picture requirement.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hpriceAboveMinimum
If true, the price of the item is above the minimum price allowed on
Express. That is, the StartPrice, BuyItNowPrice,
or CurrentPrice is above the minimum.)
@property (nonatomic, retain) NSNumber *priceAboveMinimumDiscussion
If true, the price of the item is above the minimum price allowed on
Express. That is, the StartPrice, BuyItNowPrice,
or CurrentPrice is above the minimum.)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hpriceBelowMaximum
If true, the price of the item is below the maximum price
allowed on Express. (That is, the StartPrice, BuyItNowPrice,
or CurrentPrice is below the maximum.)
@property (nonatomic, retain) NSNumber *priceBelowMaximumDiscussion
If true, the price of the item is below the maximum price
allowed on Express. (That is, the StartPrice, BuyItNowPrice,
or CurrentPrice is below the maximum.)
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hsellerExpressEligible
If false, indicates that an item is not Express-eligible because
the seller is not Express-eligible. Only returned if false,
and no other settings are returned in this case.
@property (nonatomic, retain) NSNumber *sellerExpressEligibleDiscussion
If false, indicates that an item is not Express-eligible because
the seller is not Express-eligible. Only returned if false,
and no other settings are returned in this case.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.hshipFromEligibleCountry
If true, the country you specified for the item meets the
specified site’s shipping origin requirements for Express.
@property (nonatomic, retain) NSNumber *shipFromEligibleCountryDiscussion
If true, the country you specified for the item meets the
specified site’s shipping origin requirements for Express.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ExpressItemRequirementsType.h