Trading_GetVeROReasonCodeDetailsRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetVeROReasonCodeDetailsRequestType.h Trading_GetVeROReasonCodeDetailsRequestType.m |
Overview
Retrieves details for VeRO reason codes and their descriptions. You can specify a
reason code ID to get details for a specific reason on the site specified in the
request header. If ReasonCodeID is not passed in the request, all reason codes are
returned. Set ReturnAllSites to true to retrieve reason codes for all sites.
You must be a member of the Verified Rights Owner (VeRO) Program to use this call.
@ingroup EBayAPIInterface
Tasks
-
reasonCodeID
Unique identifier for a reason code. If this ReasonCodeID is passed then
property
only details of this ReasonCodeID will be returned. If no reason code is
specified, all reason codes are returned. -
returnAllSites
Set to true to retrieve reason codes for all sites. If not specified,
property
reason codes are returned for the site specified in the request header
only.
If ReasonCodeID is specified, this parameter is ignored.
Properties
reasonCodeID
Unique identifier for a reason code. If this ReasonCodeID is passed then
only details of this ReasonCodeID will be returned. If no reason code is
specified, all reason codes are returned.
@property (nonatomic, retain) NSNumber *reasonCodeID
Discussion
Unique identifier for a reason code. If this ReasonCodeID is passed then
only details of this ReasonCodeID will be returned. If no reason code is
specified, all reason codes are returned.
type : NSNumber, wrapper for primitive long
Declared In
Trading_GetVeROReasonCodeDetailsRequestType.h
returnAllSites
Set to true to retrieve reason codes for all sites. If not specified,
reason codes are returned for the site specified in the request header
only.
If ReasonCodeID is specified, this parameter is ignored.
@property (nonatomic, retain) NSNumber *returnAllSites
Discussion
Set to true to retrieve reason codes for all sites. If not specified,
reason codes are returned for the site specified in the request header
only.
If ReasonCodeID is specified, this parameter is ignored.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetVeROReasonCodeDetailsRequestType.h