Trading_ItemBestOffersType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_ItemBestOffersType.h Trading_ItemBestOffersType.m |
Overview
All Best Offers for the item according to the filter or Best Offer
ID (or both) used in the input.
For the notification client usage, this response includes a
single Best Offer.
@ingroup EBayAPIInterface
Tasks
-
role
Indicates whether the eBay user is in the Buyer or
property
Seller role for the corresponding Best Offer. -
bestOfferArray
All Best Offers for the item according to the filter or
property
Best Offer ID (or both) used in the input. The buyer and
seller messages are returned only if the detail level is
defined. Includes the buyer and seller message only if
detail level ReturnAll is used.
Only returned if a Best Offer has been made. -
item
The item for which Best Offers are being returned.
property
Only returned if a Best Offer has been made. -
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_ItemBestOffersType.h
bestOfferArray
All Best Offers for the item according to the filter or
Best Offer ID (or both) used in the input. The buyer and
seller messages are returned only if the detail level is
defined. Includes the buyer and seller message only if
detail level ReturnAll is used.
Only returned if a Best Offer has been made.
@property (nonatomic, retain) Trading_BestOfferArrayType *bestOfferArray
Discussion
All Best Offers for the item according to the filter or
Best Offer ID (or both) used in the input. The buyer and
seller messages are returned only if the detail level is
defined. Includes the buyer and seller message only if
detail level ReturnAll is used.
Only returned if a Best Offer has been made.
type : class Trading_BestOfferArrayType
Declared In
Trading_ItemBestOffersType.h
item
The item for which Best Offers are being returned.
Only returned if a Best Offer has been made.
@property (nonatomic, retain) Trading_ItemType *item
Discussion
The item for which Best Offers are being returned.
Only returned if a Best Offer has been made.
type : class Trading_ItemType
Declared In
Trading_ItemBestOffersType.h
role
Indicates whether the eBay user is in the Buyer or
Seller role for the corresponding Best Offer.
@property (nonatomic, retain) NSString *role
Discussion
Indicates whether the eBay user is in the Buyer or
Seller role for the corresponding Best Offer.
type: string constant in Trading_TradingRoleCodeType.h
Declared In
Trading_ItemBestOffersType.h