Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum RefundTypeCodeType

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

public enum RefundTypeCodeType
extends Enum<RefundTypeCodeType>

Java class for RefundTypeCodeType.

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

 <simpleType name="RefundTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Full"/>
     <enumeration value="FullPlusShipping"/>
     <enumeration value="CustomOrPartial"/>
     <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
CUSTOM_CODE
          Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated.
CUSTOM_OR_PARTIAL
          Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated.
FULL
          Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated.
FULL_PLUS_SHIPPING
          Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated.
 
Method Summary
static RefundTypeCodeType fromValue(String v)
           
 String value()
           
static RefundTypeCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RefundTypeCodeType[] 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

FULL

public static final RefundTypeCodeType FULL
Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. The seller has issued a refund for the transaction price that was originally paid to the seller. (The seller's shipping reimbursement is not included if Half.com calculates the refund amount).


FULL_PLUS_SHIPPING

public static final RefundTypeCodeType FULL_PLUS_SHIPPING
Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. The seller has issued a refund for the transaction price and shipping reimbursement that was originally paid to the seller. (The buyer's return shipping costs might not be included if Half.com calculates the refund amount.)


CUSTOM_OR_PARTIAL

public static final RefundTypeCodeType CUSTOM_OR_PARTIAL
Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. The seller has issued a refund amount that is different from the full refund (with or without shipping). If specified, it may be helpful to explain the amount in your note to the buyer.


CUSTOM_CODE

public static final RefundTypeCodeType CUSTOM_CODE
Note: RefundTypeCodeType and all of its values will no longer be applicable once API support for Half.com listings is deprecated. (out) Reserved for internal or future use.

Method Detail

values

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

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

valueOf

public static RefundTypeCodeType 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 RefundTypeCodeType 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.