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
-
bestOfferCountThe 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. -
bestOfferEnabledThis 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. -
bestOfferThis 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. -
bestOfferStatusThis 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. -
bestOfferTypeNote: 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 *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BestOfferDetailsType.hbestOffer
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 *bestOfferDiscussion
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.hbestOfferCount
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 *bestOfferCountDiscussion
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.hbestOfferEnabled
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 *bestOfferEnabledDiscussion
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.hbestOfferStatus
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 *bestOfferStatusDiscussion
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.hbestOfferType
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 *bestOfferTypeDiscussion
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