Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum PaymentTypeCodeType

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

public enum PaymentTypeCodeType
extends java.lang.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 since the Half.com site has been shut down.
ALL_OTHER
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.
CUSTOM_CODE
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.
REFUND
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.
RENTAL_BUYOUT
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.
RENTAL_EXTENSION
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down
SALE
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.
SELLER_DENIED_PAYMENT
          Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.
 
Method Summary
static PaymentTypeCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static PaymentTypeCodeType valueOf(java.lang.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

SALE

public static final PaymentTypeCodeType SALE
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.


REFUND

public static final PaymentTypeCodeType REFUND
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.


SELLER_DENIED_PAYMENT

public static final PaymentTypeCodeType SELLER_DENIED_PAYMENT
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.


ADMIN_REVERSAL

public static final PaymentTypeCodeType ADMIN_REVERSAL
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.


ALL_OTHER

public static final PaymentTypeCodeType ALL_OTHER
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.


RENTAL_EXTENSION

public static final PaymentTypeCodeType RENTAL_EXTENSION
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down


RENTAL_BUYOUT

public static final PaymentTypeCodeType RENTAL_BUYOUT
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.


CUSTOM_CODE

public static final PaymentTypeCodeType CUSTOM_CODE
Note: PaymentTypeCodeType and all of its values will no longer be applicable since the Half.com site has been shut down.

Method Detail

values

public static PaymentTypeCodeType[] 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 (PaymentTypeCodeType c : PaymentTypeCodeType.values())
    System.out.println(c);

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

valueOf

public static PaymentTypeCodeType valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static PaymentTypeCodeType fromValue(java.lang.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.