Trading_GetMessagePreferencesRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_GetMessagePreferencesRequestType.h Trading_GetMessagePreferencesRequestType.m |
Overview
Returns a seller’s Ask Seller a Question (ASQ) subjects, each in
its own Subject node.
@ingroup EBayAPIInterface
Tasks
-
sellerID
The ID of the user to retrieve ASQ subjects for. This
property
value must be specified in the request, but does not
need to be the same user as the user making the
request. -
includeASQPreferences
If true, indicates that the ASQ subjects for the
property
specified user should be returned.
Properties
includeASQPreferences
If true, indicates that the ASQ subjects for the
specified user should be returned.
@property (nonatomic, retain) NSNumber *includeASQPreferences
Discussion
If true, indicates that the ASQ subjects for the
specified user should be returned.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_GetMessagePreferencesRequestType.h
sellerID
The ID of the user to retrieve ASQ subjects for. This
value must be specified in the request, but does not
need to be the same user as the user making the
request.
@property (nonatomic, retain) NSString *sellerID
Discussion
The ID of the user to retrieve ASQ subjects for. This
value must be specified in the request, but does not
need to be the same user as the user making the
request.
type : NSString, wrapper for primitive string
Declared In
Trading_GetMessagePreferencesRequestType.h