|
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<PaymentTypeCodeType>
com.ebay.soap.eBLBaseComponents.PaymentTypeCodeType
public enum PaymentTypeCodeType
Java class for PaymentTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PaymentTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Sale"/> <enumeration value="Refund"/> <enumeration value="SellerDeniedPayment"/> <enumeration value="AdminReversal"/> <enumeration value="AllOther"/> <enumeration value="RentalExtension"/> <enumeration value="RentalBuyout"/> <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 | |
---|---|
ADMIN_REVERSAL
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
ALL_OTHER
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
CUSTOM_CODE
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
REFUND
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
RENTAL_BUYOUT
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
RENTAL_EXTENSION
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
SALE
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
|
SELLER_DENIED_PAYMENT
Note: PaymentTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. |
Method Summary | |
---|---|
static PaymentTypeCodeType |
fromValue(String v)
|
String |
value()
|
static PaymentTypeCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PaymentTypeCodeType[] |
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 PaymentTypeCodeType SALE
public static final PaymentTypeCodeType REFUND
public static final PaymentTypeCodeType SELLER_DENIED_PAYMENT
public static final PaymentTypeCodeType ADMIN_REVERSAL
public static final PaymentTypeCodeType ALL_OTHER
public static final PaymentTypeCodeType RENTAL_EXTENSION
public static final PaymentTypeCodeType RENTAL_BUYOUT
public static final PaymentTypeCodeType CUSTOM_CODE
Method Detail |
---|
public static PaymentTypeCodeType[] values()
for (PaymentTypeCodeType c : PaymentTypeCodeType.values()) System.out.println(c);
public static PaymentTypeCodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static PaymentTypeCodeType fromValue(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.