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,
    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
  •   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
    request to subscribe a user to both Seller’s Assistant and
    Seller’s Assistant Pro. You cannot request to unsubscribe a user.

    property
  •   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
  •   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
  •   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

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