|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CharitySellerStatusCodeType>
com.ebay.soap.eBLBaseComponents.CharitySellerStatusCodeType
public 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(java.lang.String v)
|
java.lang.String |
value()
|
static CharitySellerStatusCodeType |
valueOf(java.lang.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 |
---|
public static final CharitySellerStatusCodeType SUSPENDED
public static final CharitySellerStatusCodeType REGISTERED
public static final CharitySellerStatusCodeType CLOSED
public static final CharitySellerStatusCodeType CREDIT_CARD_EXPIRED
public static final CharitySellerStatusCodeType TOKEN_EXPIRED
public static final CharitySellerStatusCodeType CREDIT_CARD_ABOUT_TO_EXPIRE
public static final CharitySellerStatusCodeType REGISTERED_NO_CREDIT_CARD
public static final CharitySellerStatusCodeType NOT_REGISTERED_LOST_DIRECT_SELLER_STATUS
public static final CharitySellerStatusCodeType DIRECT_DEBIT_REJECTED
public static final CharitySellerStatusCodeType REGISTERED_DIRECT_SELLER
public static final CharitySellerStatusCodeType REGISTERED_NO_PAYMENT_METHOD
public static final CharitySellerStatusCodeType CUSTOM_CODE
Method Detail |
---|
public static CharitySellerStatusCodeType[] values()
for (CharitySellerStatusCodeType c : CharitySellerStatusCodeType.values()) System.out.println(c);
public static CharitySellerStatusCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static CharitySellerStatusCodeType fromValue(java.lang.String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
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.