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

Overview

Returns contact information to a seller for both bidders
and users who have made offers (via Best Offer) during
an active listing.

@ingroup EBayAPIInterface

Tasks

  •   userID

    An eBay ID that uniquely identifies a given
    user. The eBay username of the requested
    contact.

    property
  •   contactAddress

    Contact information for the requested contact.
    Note that the email address is NOT returned.

    property
  •   registrationDate

    The date and time that the requested contact
    registered with eBay.

    property

Properties

contactAddress

Contact information for the requested contact.
Note that the email address is NOT returned.

@property (nonatomic, retain) Trading_AddressType *contactAddress

Discussion

Contact information for the requested contact.
Note that the email address is NOT returned.

type : class Trading_AddressType

Declared In

Trading_GetUserContactDetailsResponseType.h

registrationDate

The date and time that the requested contact
registered with eBay.

@property (nonatomic, retain) NSDate *registrationDate

Discussion

The date and time that the requested contact
registered with eBay.

type : NSDate, wrapper for primitive date

Declared In

Trading_GetUserContactDetailsResponseType.h

userID

An eBay ID that uniquely identifies a given
user. The eBay username of the requested
contact.

@property (nonatomic, retain) NSString *userID

Discussion

An eBay ID that uniquely identifies a given
user. The eBay username of the requested
contact.

type : NSString, wrapper for primitive string

Declared In

Trading_GetUserContactDetailsResponseType.h