Inherits from Trading_AbstractRequestType : NSObject
Declared in Trading_GetUserContactDetailsRequestType.h
Trading_GetUserContactDetailsRequestType.m

Overview

Returns contact information for a specified user, given that a bidding relationship
(as either a buyer or seller) exists between the caller and the user.

@ingroup EBayAPIInterface

Tasks

  •   itemID

    An eBay item ID that uniquely identifies a currently active item.

    property
  •   contactID

    An eBay ID that uniquely identifies a given user for whom the caller is seeking
    information. This is the user’s eBay username. Either a seller’s or bidder's
    username can be specified here, as long as a bidding relationship exists between
    the requester and the user specified by this field. That is, a bidder must be
    bidding on the seller’s active item, or have made an offer on the item via Best
    Offer.

    property
  •   requesterID

    An eBay ID that uniquely identifies the person who is making the call. This is the
    requester’s eBay username. Either a seller’s or bidder’s username can be specified
    here, as long as a bidding relationship exists between the requester and the
    user for whom information is being requested.

    property

Properties

contactID

An eBay ID that uniquely identifies a given user for whom the caller is seeking
information. This is the user’s eBay username. Either a seller’s or bidder's
username can be specified here, as long as a bidding relationship exists between
the requester and the user specified by this field. That is, a bidder must be
bidding on the seller’s active item, or have made an offer on the item via Best
Offer.

@property (nonatomic, retain) NSString *contactID

Discussion

An eBay ID that uniquely identifies a given user for whom the caller is seeking
information. This is the user’s eBay username. Either a seller’s or bidder's
username can be specified here, as long as a bidding relationship exists between
the requester and the user specified by this field. That is, a bidder must be
bidding on the seller’s active item, or have made an offer on the item via Best
Offer.

type : NSString, wrapper for primitive string

Declared In

Trading_GetUserContactDetailsRequestType.h

itemID

An eBay item ID that uniquely identifies a currently active item.

@property (nonatomic, retain) NSString *itemID

Discussion

An eBay item ID that uniquely identifies a currently active item.

type : NSString, wrapper for primitive string

Declared In

Trading_GetUserContactDetailsRequestType.h

requesterID

An eBay ID that uniquely identifies the person who is making the call. This is the
requester’s eBay username. Either a seller’s or bidder’s username can be specified
here, as long as a bidding relationship exists between the requester and the
user for whom information is being requested.

@property (nonatomic, retain) NSString *requesterID

Discussion

An eBay ID that uniquely identifies the person who is making the call. This is the
requester’s eBay username. Either a seller’s or bidder’s username can be specified
here, as long as a bidding relationship exists between the requester and the
user for whom information is being requested.

type : NSString, wrapper for primitive string

Declared In

Trading_GetUserContactDetailsRequestType.h