Trading_BiddingSummaryType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BiddingSummaryType.h Trading_BiddingSummaryType.m |
Tasks
-
summaryDays
The number of days included in the summary. Currently always
property
set to 30 days. -
totalBids
The total number of bids that the bidder has placed.
property -
bidActivityWithSeller
Percentage of the bidder’s total bids that the bidder
property
placed on items that the seller is offering. -
bidsToUniqueSellers
Number of unique sellers whose items the bidder has placed
property
bids on. -
bidsToUniqueCategories
For items that the bidder has bid on, the number of unique
property
categories that they belong to. -
bidRetractions
The total number of bids that the bidder has retracted.
property -
itemBidDetails
Detail bidding information on the items that the bidder has
property
bid on. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BiddingSummaryType.h
bidActivityWithSeller
Percentage of the bidder’s total bids that the bidder
placed on items that the seller is offering.
@property (nonatomic, retain) NSNumber *bidActivityWithSeller
Discussion
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.h
bidRetractions
The total number of bids that the bidder has retracted.
@property (nonatomic, retain) NSNumber *bidRetractions
Discussion
The total number of bids that the bidder has retracted.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.h
bidsToUniqueCategories
For items that the bidder has bid on, the number of unique
categories that they belong to.
@property (nonatomic, retain) NSNumber *bidsToUniqueCategories
Discussion
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.h
bidsToUniqueSellers
Number of unique sellers whose items the bidder has placed
bids on.
@property (nonatomic, retain) NSNumber *bidsToUniqueSellers
Discussion
Number of unique sellers whose items the bidder has placed
bids on.
type : NSNumber, wrapper for primitive int
Declared In
Trading_BiddingSummaryType.h
itemBidDetails
Detail bidding information on the items that the bidder has
bid on.
@property (nonatomic, retain) NSMutableArray *itemBidDetails
Discussion
Detail bidding information on the items that the bidder has
bid on.
entry type : class Trading_ItemBidDetailsType
Declared In
Trading_BiddingSummaryType.h
summaryDays
The number of days included in the summary. Currently always
set to 30 days.
@property (nonatomic, retain) NSNumber *summaryDays
Discussion
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