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
-
feedbackScore
Value 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. -
registrationDate
Value for the date and time that a user’s registration begins.
property -
subscribeSA
Indicates 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. -
subscribeSAPro
Indicates 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. -
subscribeSM
Indicates 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. -
subscribeSMPro
Indicates 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 *feedbackScore
Discussion
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.h
registrationDate
Value for the date and time that a user’s registration begins.
@property (nonatomic, retain) NSDate *registrationDate
Discussion
Value for the date and time that a user’s registration begins.
type : NSDate, wrapper for primitive date
Declared In
Trading_ValidateTestUserRegistrationRequestType.h
subscribeSA
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 *subscribeSA
Discussion
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.h
subscribeSAPro
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 *subscribeSAPro
Discussion
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.h
subscribeSM
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 *subscribeSM
Discussion
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.h
subscribeSMPro
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 *subscribeSMPro
Discussion
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