Trading_GetBestOffersResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetBestOffersResponseType.h Trading_GetBestOffersResponseType.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
-
bestOfferArrayAll 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 the
ReturnAll detail level is used.
Only returned if Best Offers have been made. -
itemThe item for which Best Offers are being returned.
property
Only returned if Best Offers have been made. -
itemBestOffersArrayA collection of details about the Best Offers received for a specific item. Empty if there are no Best Offers.
property -
pageNumberSpecifies the number of the page of data to return in the response.
property
Default is 1 for most calls. For some calls, the default is 0. Specify a
positive value equal to or lower than the number of pages available (which you
determine by examining the results of your initial request).
See the documentation for other individual calls to determine the correct
default value. For GetOrders, PageNumber is only applicable to Half.com (is not
applicable to eBay.com). -
paginationResultProvides information about the data returned, including the number of pages and the number
property
of entries.
Properties
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 the
ReturnAll detail level is used.
Only returned if Best Offers have been made.
@property (nonatomic, retain) Trading_BestOfferArrayType *bestOfferArrayDiscussion
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 the
ReturnAll detail level is used.
Only returned if Best Offers have been made.
type : class Trading_BestOfferArrayType
Declared In
Trading_GetBestOffersResponseType.hitem
The item for which Best Offers are being returned.
Only returned if Best Offers have been made.
@property (nonatomic, retain) Trading_ItemType *itemDiscussion
The item for which Best Offers are being returned.
Only returned if Best Offers have been made.
type : class Trading_ItemType
Declared In
Trading_GetBestOffersResponseType.hitemBestOffersArray
A collection of details about the Best Offers received for a specific item. Empty if there are no Best Offers.
@property (nonatomic, retain) Trading_ItemBestOffersArrayType *itemBestOffersArrayDiscussion
A collection of details about the Best Offers received for a specific item. Empty if there are no Best Offers.
type : class Trading_ItemBestOffersArrayType
Declared In
Trading_GetBestOffersResponseType.hpageNumber
Specifies the number of the page of data to return in the response.
Default is 1 for most calls. For some calls, the default is 0. Specify a
positive value equal to or lower than the number of pages available (which you
determine by examining the results of your initial request).
See the documentation for other individual calls to determine the correct
default value. For GetOrders, PageNumber is only applicable to Half.com (is not
applicable to eBay.com).
@property (nonatomic, retain) NSNumber *pageNumberDiscussion
Specifies the number of the page of data to return in the response.
Default is 1 for most calls. For some calls, the default is 0. Specify a
positive value equal to or lower than the number of pages available (which you
determine by examining the results of your initial request).
See the documentation for other individual calls to determine the correct
default value. For GetOrders, PageNumber is only applicable to Half.com (is not
applicable to eBay.com).
type : NSNumber, wrapper for primitive int
Declared In
Trading_GetBestOffersResponseType.hpaginationResult
Provides information about the data returned, including the number of pages and the number
of entries.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResultDiscussion
Provides information about the data returned, including the number of pages and the number
of entries.
type : class Trading_PaginationResultType
Declared In
Trading_GetBestOffersResponseType.h