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:
java.io.Serializable, java.lang.Comparable<DisputeResolutionRecordTypeCodeType>

public enum DisputeResolutionRecordTypeCodeType
extends java.lang.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
          This enumeration value indicates that the buyer has appealed the Unpaid Item Strike against their account.
CUSTOM_CODE
          Reserved for internal or future use.
FEATURE_FEE_CREDIT
          This enumeration value indicates that the seller received a credit for feature fees.
FEATURE_FEE_NOT_CREDIT
          This enumeration value indicates that the seller did not receive a credit for feature fees.
FVF_CREDIT
          This enumeration value indicates that the seller received a Final Value Fee credit.
FVF_CREDIT_NOT_GRANTED
          This enumeration value indicates that the seller requested, but 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
          This enumeration value indicates that a customer service ticket to suspend The buyer's account has been created.
INSERTION_FEE_CREDIT
          This enumeration value indicates that the seller's listing fees were credited.
ITEM_NOT_RECEIVED_CLAIM_FILED
          This enumeration value indicates that the buyer did not receive the item, and filed a claim against the seller.
RESTRICT_BUYER
          This enumeration value indicates that the buyer's activity is restricted and will be unable to bid on or purchase items.
REVERSE_FEATURE_FEE_CREDIT
          This enumeration value indicates that the seller's feature fees credit was reversed.
REVERSE_FVF_CREDIT
          This enumeration value indicates that the seller's Final Value Fee credit was reversed.
REVERSE_FVF_ON_SHIPPING_CREDIT
          Reserved for future use.
REVERSE_INSERTION_FEE_CREDIT
          This enumeration value indicates that the seller's listing fees credit was reversed.
STRIKE_BUYER
          This enumeration value indicates that the buyer received an Unpaid Item Strike.
SUSPEND_BUYER
          This enumeration value indicates that the buyer's account has been suspended, and buyer will be unable to use the eBay site.
UNPAID_ITEM_RELISTED
          This enumeration value indicates that an Unpaid Item was automatically relisted by the Unpaid Item Assistant mechanism.
UNPAID_ITEM_REVISED
          This enumeration value indicates that an Unpaid Item was automatically revised by the Unpaid Item Assistant mechanism.
UNRESTRICT_BUYER
          This enumeration value indicates that all restrictions on the buyer's account have ended.
UNSUSPEND_BUYER
          This enumeration value indicates that the buyer's account has been reinstated.
 
Method Summary
static DisputeResolutionRecordTypeCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static DisputeResolutionRecordTypeCodeType valueOf(java.lang.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
This enumeration value indicates that the buyer received an Unpaid Item Strike.


SUSPEND_BUYER

public static final DisputeResolutionRecordTypeCodeType SUSPEND_BUYER
This enumeration value indicates that the buyer's account has been suspended, and buyer will be unable to use the eBay site.


RESTRICT_BUYER

public static final DisputeResolutionRecordTypeCodeType RESTRICT_BUYER
This enumeration value indicates that the buyer's activity is restricted and will be unable to bid on or purchase items.


FVF_CREDIT

public static final DisputeResolutionRecordTypeCodeType FVF_CREDIT
This enumeration value indicates that the seller received a Final Value Fee credit.


INSERTION_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType INSERTION_FEE_CREDIT
This enumeration value indicates that the seller's listing fees were credited.


APPEAL_BUYER_STRIKE

public static final DisputeResolutionRecordTypeCodeType APPEAL_BUYER_STRIKE
This enumeration value indicates that the buyer has appealed the Unpaid Item Strike against their account.


UNSUSPEND_BUYER

public static final DisputeResolutionRecordTypeCodeType UNSUSPEND_BUYER
This enumeration value indicates that the buyer's account has been reinstated.


UNRESTRICT_BUYER

public static final DisputeResolutionRecordTypeCodeType UNRESTRICT_BUYER
This enumeration value indicates that all restrictions on the buyer's account have ended.


REVERSE_FVF_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_FVF_CREDIT
This enumeration value indicates that the seller's Final Value Fee credit was reversed.


REVERSE_INSERTION_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_INSERTION_FEE_CREDIT
This enumeration value indicates that the seller's listing fees credit was reversed.


GENERATE_CS_TICKET_FOR_SUSPEND

public static final DisputeResolutionRecordTypeCodeType GENERATE_CS_TICKET_FOR_SUSPEND
This enumeration value indicates that a customer service ticket to suspend The buyer's account has been created.


FVF_CREDIT_NOT_GRANTED

public static final DisputeResolutionRecordTypeCodeType FVF_CREDIT_NOT_GRANTED
This enumeration value indicates that the seller requested, but did not receive a Final Value Fee credit.


ITEM_NOT_RECEIVED_CLAIM_FILED

public static final DisputeResolutionRecordTypeCodeType ITEM_NOT_RECEIVED_CLAIM_FILED
This enumeration value indicates that the buyer did not receive the item, and filed a claim against the seller.


UNPAID_ITEM_RELISTED

public static final DisputeResolutionRecordTypeCodeType UNPAID_ITEM_RELISTED
This enumeration value indicates that an Unpaid Item was automatically relisted by the Unpaid Item Assistant mechanism.


UNPAID_ITEM_REVISED

public static final DisputeResolutionRecordTypeCodeType UNPAID_ITEM_REVISED
This enumeration value indicates that an Unpaid Item was automatically revised by the Unpaid Item Assistant mechanism.


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
This enumeration value indicates that the seller received a credit for feature fees.


FEATURE_FEE_NOT_CREDIT

public static final DisputeResolutionRecordTypeCodeType FEATURE_FEE_NOT_CREDIT
This enumeration value indicates that the seller did not receive a credit for feature fees.


REVERSE_FEATURE_FEE_CREDIT

public static final DisputeResolutionRecordTypeCodeType REVERSE_FEATURE_FEE_CREDIT
This enumeration value indicates that the seller's feature fees credit was reversed.


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(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 DisputeResolutionRecordTypeCodeType 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.