public final enum

AccountStateCodeType

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

Class Overview

Java class for AccountStateCodeType.

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

 <simpleType name="AccountStateCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Active"/>
     <enumeration value="Pending"/>
     <enumeration value="Inactive"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
AccountStateCodeType  ACTIVE  Amex  
AccountStateCodeType  CUSTOM_CODE  Reserved for internal or future use. 
AccountStateCodeType  INACTIVE  Mastercard  
AccountStateCodeType  PENDING  Visa  
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static AccountStateCodeType fromValue(String v)
String value()
static AccountStateCodeType valueOf(String name)
final static AccountStateCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final AccountStateCodeType ACTIVE

Amex

public static final AccountStateCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final AccountStateCodeType INACTIVE

Mastercard

public static final AccountStateCodeType PENDING

Visa

Fields

private final String value

Public Methods

public static AccountStateCodeType fromValue (String v)

Parameters
v

public String value ()

public static AccountStateCodeType valueOf (String name)

Parameters
name

public static final AccountStateCodeType[] values ()