Inherits from Trading_AbstractResponseType : NSObject
Declared in Trading_GetBidderListResponseType.h
Trading_GetBidderListResponseType.m

Overview

Response to a GetBidderList call, which retrieves all items the user is currently bidding on, or
has won or purchased.

Response to GetBidderListRequest.

@ingroup EBayAPIInterface

Tasks

Properties

bidItemArray

Array of items the bidder has bid on, has won or has lost.

@property (nonatomic, retain) Trading_ItemArrayType *bidItemArray

Discussion

Array of items the bidder has bid on, has won or has lost.

type : class Trading_ItemArrayType

Declared In

Trading_GetBidderListResponseType.h

bidder

Data for one eBay bidder.

@property (nonatomic, retain) Trading_UserType *bidder

Discussion

Data for one eBay bidder.

type : class Trading_UserType

Declared In

Trading_GetBidderListResponseType.h