Wrapper class of the GetUser call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
Input property: ItemID
- Specify the item ID for a successfully concluded listing in which the requestor and target user were participants (one as seller and the other as buyer). Necessary to return certain data (like an email address). Not necessary if the requestor is retrieving their own data. ItemID is an optional input.
Input property: UserID
- Specify the user whose data you want returned by the call. UserID is optional. If not specified, eBay returns data pertaining to the requesting user (as specified with the eBayAuthToken).
Input property: IncludeExpressRequirements
- This field is deprecated.
Input property: IncludeFeatureEligibility
- If the
IncludeFeatureEligibility flag is included and set to 'true', the call response will include a
QualifiesForSelling flag which indicates if the eBay user is eligible to sell on eBay, and a
IncludeFeatureEligibility container which indicates which selling features are available to the user.
Output property: ReturnedUser
- Contains the returned user data for the specified eBay user.
@author Ron Murphy
@version 1.0