Trading_BuyingSummaryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BuyingSummaryType.h Trading_BuyingSummaryType.m |
Overview
Type defining the BuyingSummary container returned in
GetMyeBayBuying. The BuyingSummary container
consists of data that summarizes the buyer’s recent buying activity, including the
number of items bid on, the number of items buyer is winning, and the number of items
the buyer has won. The BuyingSummary container is only returned if
the BuyingSummary.Include field is included in the GetMyeBayBuying request and set to
‘true’.
@ingroup EBayAPIInterface
Tasks
-
biddingCount
propertyThe number of auction items the user has bid on. -
winningCountThe number of auction items the user has bid on and is winning, but auctions have not yet ended.
property -
totalWinningCost
propertyThe total cost of items the user is presently winning. -
wonCountThe number of items the user has bid on and won.
property -
totalWonCostThe total cost of items the user has bid on and won.
property -
wonDurationInDaysThe time period for which won items are displayed. Default is 31 days.
property -
bestOfferCount
propertyThe number of items the user has made Best Offers on.
Properties
bestOfferCount
The number of items the user has made Best Offers on.
@property (nonatomic, retain) NSNumber *bestOfferCountDiscussion
The number of items the user has made Best Offers on.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.hbiddingCount
The number of auction items the user has bid on.
@property (nonatomic, retain) NSNumber *biddingCountDiscussion
The number of auction items the user has bid on.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.htotalWinningCost
The total cost of items the user is presently winning.
@property (nonatomic, retain) Trading_AmountType *totalWinningCostDeclared In
Trading_BuyingSummaryType.htotalWonCost
The total cost of items the user has bid on and won.
@property (nonatomic, retain) Trading_AmountType *totalWonCostDeclared In
Trading_BuyingSummaryType.hwinningCount
The number of auction items the user has bid on and is winning, but auctions have not yet ended.
@property (nonatomic, retain) NSNumber *winningCountDiscussion
The number of auction items the user has bid on and is winning, but auctions have not yet ended.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.hwonCount
The number of items the user has bid on and won.
@property (nonatomic, retain) NSNumber *wonCountDiscussion
The number of items the user has bid on and won.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.hwonDurationInDays
The time period for which won items are displayed. Default is 31 days.
@property (nonatomic, retain) NSNumber *wonDurationInDaysDiscussion
The time period for which won items are displayed. Default is 31 days.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.h