Trading_BiddingSummaryType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BiddingSummaryType.h Trading_BiddingSummaryType.m |
Tasks
-
summaryDaysThe number of days included in the summary. Currently always
property
set to 30 days. -
totalBidsThe total number of bids that the bidder has placed.
property -
bidActivityWithSellerPercentage of the bidder’s total bids that the bidder
property
placed on items that the seller is offering. -
bidsToUniqueSellersNumber of unique sellers whose items the bidder has placed
property
bids on. -
bidsToUniqueCategoriesFor items that the bidder has bid on, the number of unique
property
categories that they belong to. -
bidRetractionsThe total number of bids that the bidder has retracted.
property -
itemBidDetailsDetail bidding information on the items that the bidder has
property
bid on. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BiddingSummaryType.hbidActivityWithSeller
Percentage of the bidder’s total bids that the bidder
placed on items that the seller is offering.
@property (nonatomic, retain) NSNumber *bidActivityWithSellerDiscussion
Percentage of the bidder’s total bids that the bidder
placed on items that the seller is offering.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.hbidRetractions
The total number of bids that the bidder has retracted.
@property (nonatomic, retain) NSNumber *bidRetractionsDiscussion
The total number of bids that the bidder has retracted.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.hbidsToUniqueCategories
For items that the bidder has bid on, the number of unique
categories that they belong to.
@property (nonatomic, retain) NSNumber *bidsToUniqueCategoriesDiscussion
For items that the bidder has bid on, the number of unique
categories that they belong to.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.hbidsToUniqueSellers
Number of unique sellers whose items the bidder has placed
bids on.
@property (nonatomic, retain) NSNumber *bidsToUniqueSellersDiscussion
Number of unique sellers whose items the bidder has placed
bids on.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.hitemBidDetails
Detail bidding information on the items that the bidder has
bid on.
@property (nonatomic, retain) NSMutableArray *itemBidDetailsDiscussion
Detail bidding information on the items that the bidder has
bid on.
entry type : class Trading_ItemBidDetailsType
Declared In
Trading_BiddingSummaryType.hsummaryDays
The number of days included in the summary. Currently always
set to 30 days.
@property (nonatomic, retain) NSNumber *summaryDaysDiscussion
The number of days included in the summary. Currently always
set to 30 days.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.h