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

Overview

     Contains the data for a user who is interested in bidding on items in a Live Auctions catalog.  

@ingroup EBayAPIInterface

Tasks

  •   userID

    ID of the user requesting approval.

    property
  •   email

    E-mail address of the bidder.
    You cannot retrieve an email address for any user with whom
    you do not have an order relationship, regardless of
    site. Email is only returned for applicable calls when you
    are retrieving your own user data OR when you and the other
    user are in an order relationship and the call is
    being executed within a certain amount of time after the
    order line item is created.
    Returned as CDATA. When an email address can not be returned,
    the string “Invalid Request” is returned instead.

    property
  •   feedbackScore

    Aggegate feedback score for the specified user.
    Feedback score is only return if the user has not chosen to make his
    or her feeback private.

    property
  •   uniqueNegativeFeedbackCount

    Total count of negative Feedback entries received by the user, including weekly repeats.

    property
  •   uniquePositiveFeedbackCount

    Total count of positive Feedback entries received by the user, including weekly repeats.

    property
  •   uniqueNeutralFeedbackCount

    Total count of neutral Feedback entries received by the user, including weekly repeats.

    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_BidderDetailType.h

email

E-mail address of the bidder.
You cannot retrieve an email address for any user with whom
you do not have an order relationship, regardless of
site. Email is only returned for applicable calls when you
are retrieving your own user data OR when you and the other
user are in an order relationship and the call is
being executed within a certain amount of time after the
order line item is created.
Returned as CDATA. When an email address can not be returned,
the string “Invalid Request” is returned instead.

@property (nonatomic, retain) NSString *email

Discussion

E-mail address of the bidder.
You cannot retrieve an email address for any user with whom
you do not have an order relationship, regardless of
site. Email is only returned for applicable calls when you
are retrieving your own user data OR when you and the other
user are in an order relationship and the call is
being executed within a certain amount of time after the
order line item is created.
Returned as CDATA. When an email address can not be returned,
the string “Invalid Request” is returned instead.

type : NSString, wrapper for primitive string

Declared In

Trading_BidderDetailType.h

feedbackScore

Aggegate feedback score for the specified user.
Feedback score is only return if the user has not chosen to make his
or her feeback private.

@property (nonatomic, retain) NSNumber *feedbackScore

Discussion

Aggegate feedback score for the specified user.
Feedback score is only return if the user has not chosen to make his
or her feeback private.

type : NSNumber, wrapper for primitive int

Declared In

Trading_BidderDetailType.h

uniqueNegativeFeedbackCount

Total count of negative Feedback entries received by the user, including weekly repeats.

@property (nonatomic, retain) NSNumber *uniqueNegativeFeedbackCount

Discussion

Total count of negative Feedback entries received by the user, including weekly repeats.

type : NSNumber, wrapper for primitive int

Declared In

Trading_BidderDetailType.h

uniqueNeutralFeedbackCount

Total count of neutral Feedback entries received by the user, including weekly repeats.

@property (nonatomic, retain) NSNumber *uniqueNeutralFeedbackCount

Discussion

Total count of neutral Feedback entries received by the user, including weekly repeats.

type : NSNumber, wrapper for primitive int

Declared In

Trading_BidderDetailType.h

uniquePositiveFeedbackCount

Total count of positive Feedback entries received by the user, including weekly repeats.

@property (nonatomic, retain) NSNumber *uniquePositiveFeedbackCount

Discussion

Total count of positive Feedback entries received by the user, including weekly repeats.

type : NSNumber, wrapper for primitive int

Declared In

Trading_BidderDetailType.h

userID

ID of the user requesting approval.

@property (nonatomic, retain) NSString *userID

Discussion

ID of the user requesting approval.

type : NSString, wrapper for primitive string

Declared In

Trading_BidderDetailType.h