Trading_ValidateTestUserRegistrationRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_ValidateTestUserRegistrationRequestType.h Trading_ValidateTestUserRegistrationRequestType.m |
Overview
Requests to enable a test user to sell items in the Sandbox environment.
@ingroup EBayAPIInterface
Tasks
-
feedbackScoreValue for the feedback score of a user. If no value is passed in the request,
property
or if the value is zero, the feedback score is unchanged. This element is not intended
for regularly testing feedback because the feedback value can change after the request. -
registrationDateValue for the date and time that a user’s registration begins.
property -
subscribeSAIndicates if a user subscribes to Seller’s Assistant. You cannot
property
request to subscribe a user to both Seller’s Assistant and
Seller’s Assistant Pro. You cannot request to unsubscribe a user. -
subscribeSAProIndicates if a user subscribes to Seller’s Assistant Pro. You cannot
property
request to subscribe a user to both Seller’s Assistant and
Seller’s Assistant Pro. You cannot request to unsubscribe a user. -
subscribeSMIndicates if a user subscribes to Selling Manager. You cannot
property
request to subscribe a user to both Selling Manager and
Selling Manager Pro. You cannot request to unsubscribe a user. -
subscribeSMProIndicates if a user subscribes to Selling Manager Pro. You cannot
property
request to subscribe a user to both Selling Manager and
Selling Manager Pro. You cannot request to unsubscribe a user.
Properties
feedbackScore
Value for the feedback score of a user. If no value is passed in the request,
or if the value is zero, the feedback score is unchanged. This element is not intended
for regularly testing feedback because the feedback value can change after the request.
@property (nonatomic, retain) NSNumber *feedbackScoreDiscussion
Value for the feedback score of a user. If no value is passed in the request,
or if the value is zero, the feedback score is unchanged. This element is not intended
for regularly testing feedback because the feedback value can change after the request.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ValidateTestUserRegistrationRequestType.hregistrationDate
Value for the date and time that a user’s registration begins.
@property (nonatomic, retain) NSDate *registrationDateDiscussion
Value for the date and time that a user’s registration begins.
type : NSDate, wrapper for primitive date
Declared In
Trading_ValidateTestUserRegistrationRequestType.hsubscribeSA
Indicates if a user subscribes to Seller’s Assistant. You cannot
request to subscribe a user to both Seller’s Assistant and
Seller’s Assistant Pro. You cannot request to unsubscribe a user.
@property (nonatomic, retain) NSNumber *subscribeSADiscussion
Indicates if a user subscribes to Seller’s Assistant. You cannot
request to subscribe a user to both Seller’s Assistant and
Seller’s Assistant Pro. You cannot request to unsubscribe a user.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ValidateTestUserRegistrationRequestType.hsubscribeSAPro
Indicates if a user subscribes to Seller’s Assistant Pro. You cannot
request to subscribe a user to both Seller’s Assistant and
Seller’s Assistant Pro. You cannot request to unsubscribe a user.
@property (nonatomic, retain) NSNumber *subscribeSAProDiscussion
Indicates if a user subscribes to Seller’s Assistant Pro. You cannot
request to subscribe a user to both Seller’s Assistant and
Seller’s Assistant Pro. You cannot request to unsubscribe a user.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ValidateTestUserRegistrationRequestType.hsubscribeSM
Indicates if a user subscribes to Selling Manager. You cannot
request to subscribe a user to both Selling Manager and
Selling Manager Pro. You cannot request to unsubscribe a user.
@property (nonatomic, retain) NSNumber *subscribeSMDiscussion
Indicates if a user subscribes to Selling Manager. You cannot
request to subscribe a user to both Selling Manager and
Selling Manager Pro. You cannot request to unsubscribe a user.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ValidateTestUserRegistrationRequestType.hsubscribeSMPro
Indicates if a user subscribes to Selling Manager Pro. You cannot
request to subscribe a user to both Selling Manager and
Selling Manager Pro. You cannot request to unsubscribe a user.
@property (nonatomic, retain) NSNumber *subscribeSMProDiscussion
Indicates if a user subscribes to Selling Manager Pro. You cannot
request to subscribe a user to both Selling Manager and
Selling Manager Pro. You cannot request to unsubscribe a user.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ValidateTestUserRegistrationRequestType.h