Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_BiddingSummaryType.h
Trading_BiddingSummaryType.m

Overview

Contains bidding summary information for the bidder of an item.

@ingroup EBayAPIInterface

Tasks

  •   summaryDays

    The number of days included in the summary. Currently always
    set to 30 days.

    property
  •   totalBids

    The total number of bids that the bidder has placed.

    property
  •   bidActivityWithSeller

    Percentage of the bidder’s total bids that the bidder
    placed on items that the seller is offering.

    property
  •   bidsToUniqueSellers

    Number of unique sellers whose items the bidder has placed
    bids on.

    property
  •   bidsToUniqueCategories

    For items that the bidder has bid on, the number of unique
    categories that they belong to.

    property
  •   bidRetractions

    The total number of bids that the bidder has retracted.

    property
  •   itemBidDetails

    Detail bidding information on the items that the bidder has
    bid on.

    property
  •   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

totalBids

The total number of bids that the bidder has placed.

@property (nonatomic, retain) NSNumber *totalBids

Discussion

The total number of bids that the bidder has placed.

type : NSNumber, wrapper for primitive int

Declared In

Trading_BiddingSummaryType.h