Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum DisputeResolutionRecordTypeCodeType

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

public enum DisputeResolutionRecordTypeCodeType
extends Enum<DisputeResolutionRecordTypeCodeType>

Java class for DisputeResolutionRecordTypeCodeType.

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

 <simpleType name="DisputeResolutionRecordTypeCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="StrikeBuyer"/>
     <enumeration value="SuspendBuyer"/>
     <enumeration value="RestrictBuyer"/>
     <enumeration value="FVFCredit"/>
     <enumeration value="InsertionFeeCredit"/>
     <enumeration value="AppealBuyerStrike"/>
     <enumeration value="UnsuspendBuyer"/>
     <enumeration value="UnrestrictBuyer"/>
     <enumeration value="ReverseFVFCredit"/>
     <enumeration value="ReverseInsertionFeeCredit"/>
     <enumeration value="GenerateCSTicketForSuspend"/>
     <enumeration value="FVFCreditNotGranted"/>
     <enumeration value="ItemNotReceivedClaimFiled"/>
     <enumeration value="UnpaidItemRelisted"/>
     <enumeration value="UnpaidItemRevised"/>
     <enumeration value="FVFOnShippingCredit"/>
     <enumeration value="FVFOnShippingCreditNotGranted"/>
     <enumeration value="ReverseFVFOnShippingCredit"/>
     <enumeration value="FeatureFeeCredit"/>
     <enumeration value="FeatureFeeNotCredit"/>
     <enumeration value="ReverseFeatureFeeCredit"/>
     <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
APPEAL_BUYER_STRIKE
          The buyer's Unpaid Item Strike was appealed.
CUSTOM_CODE
          Reserved for internal or future use.
FEATURE_FEE_CREDIT
          Credit amount for feature fees.
FEATURE_FEE_NOT_CREDIT
          Amount not returned or credited for feature fees.
FVF_CREDIT
          The seller received a Final Value Fee credit.
FVF_CREDIT_NOT_GRANTED
          The seller did not receive a Final Value Fee credit.
FVF_ON_SHIPPING_CREDIT
          Reserved for future use.
FVF_ON_SHIPPING_CREDIT_NOT_GRANTED
          Reserved for future use.
GENERATE_CS_TICKET_FOR_SUSPEND
          The buyer is given a ticket.
INSERTION_FEE_CREDIT
          The seller's listing fee was credited.
ITEM_NOT_RECEIVED_CLAIM_FILED
          The buyer did not received the item, and the buyer filed a claim.
RESTRICT_BUYER
          The buyer is restricted and unable to bid or purchase items.
REVERSE_FEATURE_FEE_CREDIT
          Amount reversed on credit card for feature fees.
REVERSE_FVF_CREDIT
          The seller's Final Value Fee credit was reversed.
REVERSE_FVF_ON_SHIPPING_CREDIT
          Reserved for future use.
REVERSE_INSERTION_FEE_CREDIT
          The seller's listing fee was reversed.
STRIKE_BUYER
          The buyer received an Unpaid Item Strike.
SUSPEND_BUYER
          The buyer is suspended and unable to use the eBay site.
UNPAID_ITEM_RELISTED
          Reserved for future use.
UNPAID_ITEM_REVISED
          Reserved for future use.
UNRESTRICT_BUYER
          The restriction on the buyer was lifted.
UNSUSPEND_BUYER
          The restriction on the buyer was lifted.
 
Method Summary
static DisputeResolutionRecordTypeCodeType fromValue(String v)
           
 String value()
           
static DisputeResolutionRecordTypeCodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DisputeResolutionRecordTypeCodeType[] 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

STRIKE_BUYER

public static final DisputeResolutionRecordTypeCodeType STRIKE_BUYER
The buyer received an Unpaid Item Strike.


SUSPEND_BUYER

public static final DisputeResolutionRecordTypeCodeType SUSPEND_BUYER
The buyer is suspended and unable to use the eBay site.


RESTRICT_BUYER

public static final DisputeResolutionRecordTypeCodeType RESTRICT_BUYER
The buyer is restricted and unable to bid or purchase items.


FVF_CREDIT

public static final DisputeResolutionRecordTypeCodeType FVF_CREDIT
The seller received a Final Value Fee credit.


INSERTION_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType INSERTION_FEE_CREDIT
The seller's listing fee was credited.


APPEAL_BUYER_STRIKE

public static final DisputeResolutionRecordTypeCodeType APPEAL_BUYER_STRIKE
The buyer's Unpaid Item Strike was appealed.


UNSUSPEND_BUYER

public static final DisputeResolutionRecordTypeCodeType UNSUSPEND_BUYER
The restriction on the buyer was lifted.


UNRESTRICT_BUYER

public static final DisputeResolutionRecordTypeCodeType UNRESTRICT_BUYER
The restriction on the buyer was lifted.


REVERSE_FVF_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_FVF_CREDIT
The seller's Final Value Fee credit was reversed.


REVERSE_INSERTION_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_INSERTION_FEE_CREDIT
The seller's listing fee was reversed.


GENERATE_CS_TICKET_FOR_SUSPEND

public static final DisputeResolutionRecordTypeCodeType GENERATE_CS_TICKET_FOR_SUSPEND
The buyer is given a ticket.


FVF_CREDIT_NOT_GRANTED

public static final DisputeResolutionRecordTypeCodeType FVF_CREDIT_NOT_GRANTED
The seller did not receive a Final Value Fee credit.


ITEM_NOT_RECEIVED_CLAIM_FILED

public static final DisputeResolutionRecordTypeCodeType ITEM_NOT_RECEIVED_CLAIM_FILED
The buyer did not received the item, and the buyer filed a claim.


UNPAID_ITEM_RELISTED

public static final DisputeResolutionRecordTypeCodeType UNPAID_ITEM_RELISTED
Reserved for future use.


UNPAID_ITEM_REVISED

public static final DisputeResolutionRecordTypeCodeType UNPAID_ITEM_REVISED
Reserved for future use.


FVF_ON_SHIPPING_CREDIT

public static final DisputeResolutionRecordTypeCodeType FVF_ON_SHIPPING_CREDIT
Reserved for future use.


FVF_ON_SHIPPING_CREDIT_NOT_GRANTED

public static final DisputeResolutionRecordTypeCodeType FVF_ON_SHIPPING_CREDIT_NOT_GRANTED
Reserved for future use.


REVERSE_FVF_ON_SHIPPING_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_FVF_ON_SHIPPING_CREDIT
Reserved for future use.


FEATURE_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType FEATURE_FEE_CREDIT
Credit amount for feature fees.


FEATURE_FEE_NOT_CREDIT

public static final DisputeResolutionRecordTypeCodeType FEATURE_FEE_NOT_CREDIT
Amount not returned or credited for feature fees. Item price.


REVERSE_FEATURE_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_FEATURE_FEE_CREDIT
Amount reversed on credit card for feature fees.


CUSTOM_CODE

public static final DisputeResolutionRecordTypeCodeType CUSTOM_CODE
Reserved for internal or future use.

Method Detail

values

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

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

valueOf

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