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.
-
winningCount
The 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.
-
wonCount
The number of items the user has bid on and won.
property -
totalWonCost
The total cost of items the user has bid on and won.
property -
wonDurationInDays
The 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 *bestOfferCount
Discussion
The number of items the user has made Best Offers on.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.h
biddingCount
The number of auction items the user has bid on.
@property (nonatomic, retain) NSNumber *biddingCount
Discussion
The number of auction items the user has bid on.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.h
totalWinningCost
The total cost of items the user is presently winning.
@property (nonatomic, retain) Trading_AmountType *totalWinningCost
Declared In
Trading_BuyingSummaryType.h
totalWonCost
The total cost of items the user has bid on and won.
@property (nonatomic, retain) Trading_AmountType *totalWonCost
Declared In
Trading_BuyingSummaryType.h
winningCount
The number of auction items the user has bid on and is winning, but auctions have not yet ended.
@property (nonatomic, retain) NSNumber *winningCount
Discussion
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.h
wonCount
The number of items the user has bid on and won.
@property (nonatomic, retain) NSNumber *wonCount
Discussion
The number of items the user has bid on and won.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.h
wonDurationInDays
The time period for which won items are displayed. Default is 31 days.
@property (nonatomic, retain) NSNumber *wonDurationInDays
Discussion
The time period for which won items are displayed. Default is 31 days.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BuyingSummaryType.h