Trading_GetBestOffersRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetBestOffersRequestType.h Trading_GetBestOffersRequestType.m |
Tasks
-
itemID
The ID of the listing for which Best Offer information is to be returned.
property
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted. -
bestOfferID
The ID of the Best Offer for which information is to be returned.
property
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted. -
bestOfferStatus
This optional filter controls whether only active Best Offers are retrieved or
property
all Best Offers (even Best Offers that were declined or all no longer the “best
offer”). The “All” value can only be specified if an ItemID
value is also supplied in the request. -
pagination
Specifies how to create virtual pages in the returned list (such as total
property
number of entries and total number of pages to return).
Properties
bestOfferID
The ID of the Best Offer for which information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.
@property (nonatomic, retain) NSString *bestOfferID
Discussion
The ID of the Best Offer for which information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.
type : NSString, wrapper for primitive string
Declared In
Trading_GetBestOffersRequestType.h
bestOfferStatus
This optional filter controls whether only active Best Offers are retrieved or
all Best Offers (even Best Offers that were declined or all no longer the “best
offer”). The “All” value can only be specified if an ItemID
value is also supplied in the request.
@property (nonatomic, retain) NSString *bestOfferStatus
Discussion
This optional filter controls whether only active Best Offers are retrieved or
all Best Offers (even Best Offers that were declined or all no longer the “best
offer”). The “All” value can only be specified if an ItemID
value is also supplied in the request.
type: string constant in Trading_BestOfferStatusCodeType.h
Declared In
Trading_GetBestOffersRequestType.h
itemID
The ID of the listing for which Best Offer information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.
@property (nonatomic, retain) NSString *itemID
Discussion
The ID of the listing for which Best Offer information is to be returned.
See the description of GetBestOffers
for details related to who makes the request and how
ItemID and BestOfferID can be omitted.
type : NSString, wrapper for primitive string
Declared In
Trading_GetBestOffersRequestType.h
pagination
Specifies how to create virtual pages in the returned list (such as total
number of entries and total number of pages to return).
@property (nonatomic, retain) Trading_PaginationType *pagination
Discussion
Specifies how to create virtual pages in the returned list (such as total
number of entries and total number of pages to return).
type : class Trading_PaginationType
Declared In
Trading_GetBestOffersRequestType.h