Trading_SellingSummaryType Class Reference
| Inherits from | NSObject | 
| Conforms to | PicoBindable | 
| Declared in | Trading_SellingSummaryType.h Trading_SellingSummaryType.m | 
Overview
Contains summary information about the items the seller is selling.
@ingroup EBayAPIInterface
Tasks
- 
	
		activeAuctionCountThe number of currently active auctions that will sell. That property
 is, there is at least one bidder, and any reserve price has
 been met. Equivalent to the “Will Sell” value in My eBay.
- 
	
		auctionSellingCountThe total number of currently active auctions for a given property
 seller. Note that this does not include listings that are
 FixedPriceItem or StoresFixedPrice. Equivalent to the
 “Auction Quantity” value in My eBay.
- 
	
		auctionBidCountThe total number of bids made on the seller’s active listings. property
- 
	
		totalAuctionSellingValueThe total value of all items the seller has for sale in all listings. property
- 
	
		totalSoldCountThe total number of items the seller has sold. property
- 
	
		totalSoldValueThe total monetary value of the items the seller has sold. property
- 
	
		soldDurationInDaysThe average duration, in days, of all items sold. property
Properties
activeAuctionCount
The number of currently active auctions that will sell. That
is, there is at least one bidder, and any reserve price has
been met. Equivalent to the “Will Sell” value in My eBay.
@property (nonatomic, retain) NSNumber *activeAuctionCountDiscussion
The number of currently active auctions that will sell. That
is, there is at least one bidder, and any reserve price has
been met. Equivalent to the “Will Sell” value in My eBay.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingSummaryType.hauctionBidCount
The total number of bids made on the seller’s active listings.
@property (nonatomic, retain) NSNumber *auctionBidCountDiscussion
The total number of bids made on the seller’s active listings.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingSummaryType.hauctionSellingCount
The total number of currently active auctions for a given
seller. Note that this does not include listings that are
FixedPriceItem or StoresFixedPrice. Equivalent to the
“Auction Quantity” value in My eBay.
@property (nonatomic, retain) NSNumber *auctionSellingCountDiscussion
The total number of currently active auctions for a given
seller. Note that this does not include listings that are
FixedPriceItem or StoresFixedPrice. Equivalent to the
“Auction Quantity” value in My eBay.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingSummaryType.hsoldDurationInDays
The average duration, in days, of all items sold.
@property (nonatomic, retain) NSNumber *soldDurationInDaysDiscussion
The average duration, in days, of all items sold.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingSummaryType.htotalAuctionSellingValue
The total value of all items the seller has for sale in all listings.
@property (nonatomic, retain) Trading_AmountType *totalAuctionSellingValueDiscussion
The total value of all items the seller has for sale in all listings.
type : class Trading_AmountType
Declared In
Trading_SellingSummaryType.htotalSoldCount
The total number of items the seller has sold.
@property (nonatomic, retain) NSNumber *totalSoldCountDiscussion
The total number of items the seller has sold.
type : NSNumber, wrapper for primitive int
Declared In
Trading_SellingSummaryType.htotalSoldValue
The total monetary value of the items the seller has sold.
@property (nonatomic, retain) Trading_AmountType *totalSoldValueDiscussion
The total monetary value of the items the seller has sold.
type : class Trading_AmountType
Declared In
Trading_SellingSummaryType.h