|
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<PaymentHoldReasonCodeType>
com.ebay.soap.eBLBaseComponents.PaymentHoldReasonCodeType
public enum PaymentHoldReasonCodeType
Java class for PaymentHoldReasonCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PaymentHoldReasonCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="NewSeller"/> <enumeration value="BelowStandardSeller"/> <enumeration value="EbpCaseOpen"/> <enumeration value="ReinstatementAfterSuspension"/> <enumeration value="CasualSeller"/> <enumeration value="NewPaypalAccountAdded"/> <enumeration value="NotAvailable"/> <enumeration value="SellerIsOnBlackList"/> <enumeration value="Other"/> <enumeration value="None"/> <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 | |
---|---|
BELOW_STANDARD_SELLER
This value indicates that the buyer's payment for the order is being held by PayPal because the seller has been classified as a Below Standard seller. |
|
CASUAL_SELLER
This value indicates that the buyer's payment for the order is being held by PayPal because the seller is classified as a casual seller on eBay. |
|
CUSTOM_CODE
This value is reserved for internal or future use. |
|
EBP_CASE_OPEN
This value indicates that the buyer's payment for the order is being held by PayPal because an eBay Money Back Guarantee case has been filed against the order. |
|
NEW_PAYPAL_ACCOUNT_ADDED
This value indicates that the buyer's payment for the order is being held by PayPal because the seller's PayPal account (identified in Transaction.PayPalEmailAddress) is new and is not fully set up to receive funds. |
|
NEW_SELLER
This value indicates that the buyer's payment for the order is being held by PayPal because the seller is new to selling on eBay. |
|
NONE
This value is reserved for internal or future use. |
|
NOT_AVAILABLE
This value indicates that the reason for the buyer's payment for the order being held by PayPal is not known. |
|
OTHER
This value is returned if the reason for the buyer's payment for the order being held by PayPal cannot be classified by any of the other enumeration values. |
|
REINSTATEMENT_AFTER_SUSPENSION
This value indicates that the buyer's payment for the order is being held by PayPal because the seller has recently been reinstated as an active eBay seller after their account went through a suspension/restricted period. |
|
SELLER_IS_ON_BLACK_LIST
This value is reserved for internal or future use. |
Method Summary | |
---|---|
static PaymentHoldReasonCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static PaymentHoldReasonCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PaymentHoldReasonCodeType[] |
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 PaymentHoldReasonCodeType NEW_SELLER
public static final PaymentHoldReasonCodeType BELOW_STANDARD_SELLER
public static final PaymentHoldReasonCodeType EBP_CASE_OPEN
public static final PaymentHoldReasonCodeType REINSTATEMENT_AFTER_SUSPENSION
public static final PaymentHoldReasonCodeType CASUAL_SELLER
public static final PaymentHoldReasonCodeType NEW_PAYPAL_ACCOUNT_ADDED
public static final PaymentHoldReasonCodeType NOT_AVAILABLE
public static final PaymentHoldReasonCodeType SELLER_IS_ON_BLACK_LIST
public static final PaymentHoldReasonCodeType OTHER
public static final PaymentHoldReasonCodeType NONE
public static final PaymentHoldReasonCodeType CUSTOM_CODE
Method Detail |
---|
public static PaymentHoldReasonCodeType[] values()
for (PaymentHoldReasonCodeType c : PaymentHoldReasonCodeType.values()) System.out.println(c);
public static PaymentHoldReasonCodeType 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 PaymentHoldReasonCodeType 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.