Trading_BestOfferDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BestOfferDetailsType.h Trading_BestOfferDetailsType.m |
Overview
Type defining the BestOfferDetails container, which consists
of Best Offer properties associated with an item.
@ingroup EBayAPIInterface
Tasks
-
bestOfferCount
The number of Best Offers made for this item, if any. In other words, if there are
property
no Best Offers made, this container will not appear in the response. -
bestOfferEnabled
This field indicates whether or not the Best Offer feature is enabled for this item.
property
A seller of a fixed-price item (in a category for which Best Offer is also enabled) can
opt that item into the Best Offer feature. This feature enables a buyer to
make a lower-priced binding offer on that item.
If a listing has no active Best Offers, you can change this value (true to false, and vice versa).
If a listing does have an active Best Offer, you cannot change the value to false. -
bestOffer
This is the amount of the buyer’s current Best Offer.
property
This field will not appear in the GetMyeBayBuying response if the
buyer has not made a Best Offer. -
bestOfferStatus
This enumeration value indicates the status of the latest
property
Best Offer from the buyer. This field will not appear in the
GetMyeBayBuying response if the buyer has not made a Best Offer. -
bestOfferType
Note: this field is no longer used. The Best Offer type is only returned in the
property
BestOfferCodeType field of the GetBestOffers call, and the applicable values for Best Offer
type (BuyerBestOffer, BuyerCounterOffer, SellerCounterOffer, etc.) are defined in
BestOfferTypeCodeType -
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_BestOfferDetailsType.h
bestOffer
This is the amount of the buyer’s current Best Offer.
This field will not appear in the GetMyeBayBuying response if the
buyer has not made a Best Offer.
@property (nonatomic, retain) Trading_AmountType *bestOffer
Discussion
This is the amount of the buyer’s current Best Offer.
This field will not appear in the GetMyeBayBuying response if the
buyer has not made a Best Offer.
type : class Trading_AmountType
Declared In
Trading_BestOfferDetailsType.h
bestOfferCount
The number of Best Offers made for this item, if any. In other words, if there are
no Best Offers made, this container will not appear in the response.
@property (nonatomic, retain) NSNumber *bestOfferCount
Discussion
The number of Best Offers made for this item, if any. In other words, if there are
no Best Offers made, this container will not appear in the response.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BestOfferDetailsType.h
bestOfferEnabled
This field indicates whether or not the Best Offer feature is enabled for this item.
A seller of a fixed-price item (in a category for which Best Offer is also enabled) can
opt that item into the Best Offer feature. This feature enables a buyer to
make a lower-priced binding offer on that item.
If a listing has no active Best Offers, you can change this value (true to false, and vice versa).
If a listing does have an active Best Offer, you cannot change the value to false.
@property (nonatomic, retain) NSNumber *bestOfferEnabled
Discussion
This field indicates whether or not the Best Offer feature is enabled for this item.
A seller of a fixed-price item (in a category for which Best Offer is also enabled) can
opt that item into the Best Offer feature. This feature enables a buyer to
make a lower-priced binding offer on that item.
If a listing has no active Best Offers, you can change this value (true to false, and vice versa).
If a listing does have an active Best Offer, you cannot change the value to false.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_BestOfferDetailsType.h
bestOfferStatus
This enumeration value indicates the status of the latest
Best Offer from the buyer. This field will not appear in the
GetMyeBayBuying response if the buyer has not made a Best Offer.
@property (nonatomic, retain) NSString *bestOfferStatus
Discussion
This enumeration value indicates the status of the latest
Best Offer from the buyer. This field will not appear in the
GetMyeBayBuying response if the buyer has not made a Best Offer.
type: string constant in Trading_BestOfferStatusCodeType.h
Declared In
Trading_BestOfferDetailsType.h
bestOfferType
Note: this field is no longer used. The Best Offer type is only returned in the
BestOfferCodeType field of the GetBestOffers call, and the applicable values for Best Offer
type (BuyerBestOffer, BuyerCounterOffer, SellerCounterOffer, etc.) are defined in
BestOfferTypeCodeType
@property (nonatomic, retain) NSString *bestOfferType
Discussion
Note: this field is no longer used. The Best Offer type is only returned in the
BestOfferCodeType field of the GetBestOffers call, and the applicable values for Best Offer
type (BuyerBestOffer, BuyerCounterOffer, SellerCounterOffer, etc.) are defined in
BestOfferTypeCodeType
type: string constant in Trading_BestOfferTypeCodeType.h
Declared In
Trading_BestOfferDetailsType.h