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
-
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 the
ReturnAll detail level is used.
Only returned if Best Offers have been made. -
item
The item for which Best Offers are being returned.
property
Only returned if Best Offers have been made. -
itemBestOffersArray
A collection of details about the Best Offers received for a specific item. Empty if there are no Best Offers.
property -
pageNumber
Specifies 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). -
paginationResult
Provides 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 *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 the
ReturnAll detail level is used.
Only returned if Best Offers have been made.
type : class Trading_BestOfferArrayType
Declared In
Trading_GetBestOffersResponseType.h
item
The item for which Best Offers are being returned.
Only returned if Best Offers have been made.
@property (nonatomic, retain) Trading_ItemType *item
Discussion
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.h
itemBestOffersArray
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 *itemBestOffersArray
Discussion
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.h
pageNumber
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 *pageNumber
Discussion
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.h
paginationResult
Provides information about the data returned, including the number of pages and the number
of entries.
@property (nonatomic, retain) Trading_PaginationResultType *paginationResult
Discussion
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