Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum CharitySellerStatusCodeType

java.lang.Object
  extended by java.lang.Enum<CharitySellerStatusCodeType>
      extended by com.ebay.soap.eBLBaseComponents.CharitySellerStatusCodeType
All Implemented Interfaces:
Serializable, Comparable<CharitySellerStatusCodeType>

public enum CharitySellerStatusCodeType
extends Enum<CharitySellerStatusCodeType>

Java class for CharitySellerStatusCodeType.

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

 <simpleType name="CharitySellerStatusCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Suspended"/>
     <enumeration value="Registered"/>
     <enumeration value="Closed"/>
     <enumeration value="CreditCardExpired"/>
     <enumeration value="TokenExpired"/>
     <enumeration value="CreditCardAboutToExpire"/>
     <enumeration value="RegisteredNoCreditCard"/>
     <enumeration value="NotRegisteredLostDirectSellerStatus"/>
     <enumeration value="DirectDebitRejected"/>
     <enumeration value="RegisteredDirectSeller"/>
     <enumeration value="RegisteredNoPaymentMethod"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 
Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).


Enum Constant Summary
CLOSED
          The seller is no longer a registered charity seller.
CREDIT_CARD_ABOUT_TO_EXPIRE
          The credit card associated with a seller's charity seller account will expire in 15 (or fewer) days.
CREDIT_CARD_EXPIRED
          The credit card associated with a seller's charity seller account has expired.
CUSTOM_CODE
          Reserved for internal or future use.
DIRECT_DEBIT_REJECTED
           
NOT_REGISTERED_LOST_DIRECT_SELLER_STATUS
          The seller is no longer a registered charity seller and has lost direct seller status.
REGISTERED
          The seller is a registered charity seller.
REGISTERED_DIRECT_SELLER
          The seller is a registered direct seller, but has no credit card associated with the charity seller account.
REGISTERED_NO_CREDIT_CARD
           
REGISTERED_NO_PAYMENT_METHOD
          The seller is a registered charity seller with no donation payment method on file.
SUSPENDED
          The seller's charity seller account is suspended.
TOKEN_EXPIRED
          The token associated with a seller's charity seller account has expired.
 
Method Summary
static CharitySellerStatusCodeType fromValue(String v)
           
 String value()
           
static CharitySellerStatusCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CharitySellerStatusCodeType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

SUSPENDED

public static final CharitySellerStatusCodeType SUSPENDED
The seller's charity seller account is suspended.


REGISTERED

public static final CharitySellerStatusCodeType REGISTERED
The seller is a registered charity seller.


CLOSED

public static final CharitySellerStatusCodeType CLOSED
The seller is no longer a registered charity seller. The account with the PayPal Giving Fund is closed.


CREDIT_CARD_EXPIRED

public static final CharitySellerStatusCodeType CREDIT_CARD_EXPIRED
The credit card associated with a seller's charity seller account has expired.


TOKEN_EXPIRED

public static final CharitySellerStatusCodeType TOKEN_EXPIRED
The token associated with a seller's charity seller account has expired.


CREDIT_CARD_ABOUT_TO_EXPIRE

public static final CharitySellerStatusCodeType CREDIT_CARD_ABOUT_TO_EXPIRE
The credit card associated with a seller's charity seller account will expire in 15 (or fewer) days.


REGISTERED_NO_CREDIT_CARD

public static final CharitySellerStatusCodeType REGISTERED_NO_CREDIT_CARD

NOT_REGISTERED_LOST_DIRECT_SELLER_STATUS

public static final CharitySellerStatusCodeType NOT_REGISTERED_LOST_DIRECT_SELLER_STATUS
The seller is no longer a registered charity seller and has lost direct seller status.


DIRECT_DEBIT_REJECTED

public static final CharitySellerStatusCodeType DIRECT_DEBIT_REJECTED

REGISTERED_DIRECT_SELLER

public static final CharitySellerStatusCodeType REGISTERED_DIRECT_SELLER
The seller is a registered direct seller, but has no credit card associated with the charity seller account.


REGISTERED_NO_PAYMENT_METHOD

public static final CharitySellerStatusCodeType REGISTERED_NO_PAYMENT_METHOD
The seller is a registered charity seller with no donation payment method on file.


CUSTOM_CODE

public static final CharitySellerStatusCodeType CUSTOM_CODE
Reserved for internal or future use.

Method Detail

values

public static CharitySellerStatusCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CharitySellerStatusCodeType c : CharitySellerStatusCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CharitySellerStatusCodeType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

value

public String value()

fromValue

public static CharitySellerStatusCodeType fromValue(String v)

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.