Trading_GetUserContactDetailsResponseType Class Reference
| 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
-
userIDAn eBay ID that uniquely identifies a given
property
user. The eBay username of the requested
contact. -
contactAddressContact information for the requested contact.
property
Note that the email address is NOT returned. -
registrationDateThe date and time that the requested contact
property
registered with eBay.
Properties
contactAddress
Contact information for the requested contact.
Note that the email address is NOT returned.
@property (nonatomic, retain) Trading_AddressType *contactAddressDiscussion
Contact information for the requested contact.
Note that the email address is NOT returned.
type : class Trading_AddressType
Declared In
Trading_GetUserContactDetailsResponseType.hregistrationDate
The date and time that the requested contact
registered with eBay.
@property (nonatomic, retain) NSDate *registrationDateDiscussion
The date and time that the requested contact
registered with eBay.
type : NSDate, wrapper for primitive date
Declared In
Trading_GetUserContactDetailsResponseType.huserID
An eBay ID that uniquely identifies a given
user. The eBay username of the requested
contact.
@property (nonatomic, retain) NSString *userIDDiscussion
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