public final enum

UserStatusCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.UserStatusCodeType

Class Overview

Java class for UserStatusCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="UserStatusCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Unknown"/>
     <enumeration value="Suspended"/>
     <enumeration value="Confirmed"/>
     <enumeration value="Unconfirmed"/>
     <enumeration value="Ghost"/>
     <enumeration value="InMaintenance"/>
     <enumeration value="Deleted"/>
     <enumeration value="CreditCardVerify"/>
     <enumeration value="AccountOnHold"/>
     <enumeration value="Merged"/>
     <enumeration value="RegistrationCodeMailOut"/>
     <enumeration value="TermPending"/>
     <enumeration value="UnconfirmedHalfOptIn"/>
     <enumeration value="CreditCardVerifyHalfOptIn"/>
     <enumeration value="UnconfirmedPassport"/>
     <enumeration value="CreditCardVerifyPassport"/>
     <enumeration value="UnconfirmedExpress"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
UserStatusCodeType  ACCOUNT_ON_HOLD  User's account is on hold, such as for non-payment of amounts due eBay. 
UserStatusCodeType  CONFIRMED  User has completed online registration and has properly responded to confirmation email. 
UserStatusCodeType  CREDIT_CARD_VERIFY  User has completed registration and confirmation, but is pending a verification of credit card information. 
UserStatusCodeType  CREDIT_CARD_VERIFY_HALF_OPT_IN  User has completed the registration for Half.com and opted to automatically also be registered with eBay, but the verification of credit card information is still pending. 
UserStatusCodeType  CREDIT_CARD_VERIFY_PASSPORT  Passport User Requiring Credit Card Verification. 
UserStatusCodeType  CUSTOM_CODE  Reserved for internal or future use. 
UserStatusCodeType  DELETED  Records for the specified user have been deleted. 
UserStatusCodeType  GHOST  Registered users of AuctionWeb (pre-eBay) who never re-registered on eBay. 
UserStatusCodeType  IN_MAINTENANCE  Temporary user record state indicating the record is in the process of being changed by eBay. 
UserStatusCodeType  MERGED  User record has been merged with another account record for the same user. 
UserStatusCodeType  REGISTRATION_CODE_MAIL_OUT  User has completed online registration and has been sent the confirmation email, but has not yet responded to the confirmation email. 
UserStatusCodeType  SUSPENDED  User has been suspended from selling and buying, such as for violations of eBay terms or agreement. 
UserStatusCodeType  TERM_PENDING  User has been scheduled for account closure (typically when a user has requested to have their account closed.) A user in this state should not be considered an active user. 
UserStatusCodeType  UNCONFIRMED  User has completed online registration, but has either not responded to confirmation email or has not yet been sent the confirmation email. 
UserStatusCodeType  UNCONFIRMED_EXPRESS  Half.com User. 
UserStatusCodeType  UNCONFIRMED_HALF_OPT_IN  User has completed the registration for Half.com and opted to automatically also be registered with eBay, but the registration confirmation is still pending. 
UserStatusCodeType  UNCONFIRMED_PASSPORT  Passport User. 
UserStatusCodeType  UNKNOWN  User properties have never been set. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static UserStatusCodeType fromValue(String v)
String value()
static UserStatusCodeType valueOf(String name)
final static UserStatusCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final UserStatusCodeType ACCOUNT_ON_HOLD

User's account is on hold, such as for non-payment of amounts due eBay. User cannot sell or buy items.

public static final UserStatusCodeType CONFIRMED

User has completed online registration and has properly responded to confirmation email. Most users should fall in this category.

public static final UserStatusCodeType CREDIT_CARD_VERIFY

User has completed registration and confirmation, but is pending a verification of credit card information.

public static final UserStatusCodeType CREDIT_CARD_VERIFY_HALF_OPT_IN

User has completed the registration for Half.com and opted to automatically also be registered with eBay, but the verification of credit card information is still pending.

public static final UserStatusCodeType CREDIT_CARD_VERIFY_PASSPORT

Passport User Requiring Credit Card Verification. User has completed the registration process with credit card verification, but the registration confirmation is still pending.

public static final UserStatusCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final UserStatusCodeType DELETED

Records for the specified user have been deleted.

public static final UserStatusCodeType GHOST

Registered users of AuctionWeb (pre-eBay) who never re-registered on eBay.

public static final UserStatusCodeType IN_MAINTENANCE

Temporary user record state indicating the record is in the process of being changed by eBay. Query user information again to get new status.

public static final UserStatusCodeType MERGED

User record has been merged with another account record for the same user.

public static final UserStatusCodeType REGISTRATION_CODE_MAIL_OUT

User has completed online registration and has been sent the confirmation email, but has not yet responded to the confirmation email.

public static final UserStatusCodeType SUSPENDED

User has been suspended from selling and buying, such as for violations of eBay terms or agreement.

public static final UserStatusCodeType TERM_PENDING

User has been scheduled for account closure (typically when a user has requested to have their account closed.) A user in this state should not be considered an active user.

public static final UserStatusCodeType UNCONFIRMED

User has completed online registration, but has either not responded to confirmation email or has not yet been sent the confirmation email. .

public static final UserStatusCodeType UNCONFIRMED_EXPRESS

Half.com User. User has completed the registration for Half.com and opted to automatically also be registered with eBay, but the registration confirmation is still pending.

public static final UserStatusCodeType UNCONFIRMED_HALF_OPT_IN

User has completed the registration for Half.com and opted to automatically also be registered with eBay, but the registration confirmation is still pending.

public static final UserStatusCodeType UNCONFIRMED_PASSPORT

Passport User. User has completed the registration process, but the registration confirmation is still pending.

public static final UserStatusCodeType UNKNOWN

User properties have never been set. This value should seldom, if ever, be returned and typically represents a problem.

Fields

private final String value

Public Methods

public static UserStatusCodeType fromValue (String v)

Parameters
v

public String value ()

public static UserStatusCodeType valueOf (String name)

Parameters
name

public static final UserStatusCodeType[] values ()