Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum DisputeStatusCodeType

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

public enum DisputeStatusCodeType
extends java.lang.Enum<DisputeStatusCodeType>

Java class for DisputeStatusCodeType.

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

 <simpleType name="DisputeStatusCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Closed"/>
     <enumeration value="WaitingForSellerResponse"/>
     <enumeration value="WaitingForBuyerResponse"/>
     <enumeration value="ClosedFVFCreditStrike"/>
     <enumeration value="ClosedNoFVFCreditStrike"/>
     <enumeration value="ClosedFVFCreditNoStrike"/>
     <enumeration value="ClosedNoFVFCreditNoStrike"/>
     <enumeration value="StrikeAppealedAfterClosing"/>
     <enumeration value="FVFCreditReversedAfterClosing"/>
     <enumeration value="StrikeAppealedAndFVFCreditReversed"/>
     <enumeration value="ClaimOpened"/>
     <enumeration value="NoDocumentation"/>
     <enumeration value="ClaimClosed"/>
     <enumeration value="ClaimDenied"/>
     <enumeration value="ClaimInProcess"/>
     <enumeration value="ClaimApproved"/>
     <enumeration value="ClaimPaid"/>
     <enumeration value="ClaimResolved"/>
     <enumeration value="ClaimSubmitted"/>
     <enumeration value="UnpaidItemOpened"/>
     <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
CLAIM_APPROVED
          This enumeration value indicates that the claim was approved for reimbursement, and sent to accounts payable for payment.
CLAIM_CLOSED
          This enumeration value indicates that the claim was closed due to the buyer not responding to verification or due to missing paperwork.
CLAIM_DENIED
          This enumeration value indicates that the claim was denied.
CLAIM_IN_PROCESS
          This enumeration value indicates that paperwork was received for the claim, and the claim is being investigated.
CLAIM_OPENED
          This enumeration value indicates that the claim was assigned to an adjuster.
CLAIM_PAID
          This enumeration value indicates that the claim was paid.
CLAIM_RESOLVED
          This enumeration value indicates that the buyer's dispute against the seller was resolved, due to the seller sending the item or refunding the buyer.
CLAIM_SUBMITTED
          This enumeration value indicates that the claim was submitted via Web.
CLOSED
          This enumeration value indicates that the dispute is closed.
CLOSED_FVF_CREDIT_NO_STRIKE
          This enumeration value indicates that the Unpaid Item dispute is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike.
CLOSED_FVF_CREDIT_STRIKE
          This enumeration value indicates that the Unpaid Item dispute is closed, the seller received a Final Value Fee credit, and the buyer received a strike.
CLOSED_NO_FVF_CREDIT_NO_STRIKE
          This enumeration value indicates that the Unpaid Item dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer did not receive a strike.
CLOSED_NO_FVF_CREDIT_STRIKE
          This enumeration value indicates that the Unpaid Item dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer received a strike.
CUSTOM_CODE
          Reserved for internal or future use.
FVF_CREDIT_REVERSED_AFTER_CLOSING
          This enumeration value indicates that the seller's Final Value Fee credit was reversed after the Unpaid Item dispute was closed.
NO_DOCUMENTATION
          This enumeration value indicates that the buyer was contacted by eBay and asked to submit paperwork.
STRIKE_APPEALED_AFTER_CLOSING
          This enumeration value indicates that the Unpaid Item dispute was closed with a buyer's strike, but the buyer has appealed that strike.
STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED
          This enumeration value indicates that the seller's Final Value Fee credit was reversed and the buyer's strike was appealed after the Unpaid Item dispute was closed.
UNPAID_ITEM_OPENED
          This enumeration value indicates that an Unpaid Item dispute was opened by the seller against the buyer.
WAITING_FOR_BUYER_RESPONSE
          This enumeration value indicates that the dispute is waiting for the buyer's response.
WAITING_FOR_SELLER_RESPONSE
          This enumeration value indicates that the dispute is waiting for the seller's response.
 
Method Summary
static DisputeStatusCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static DisputeStatusCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DisputeStatusCodeType[] 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

CLOSED

public static final DisputeStatusCodeType CLOSED
This enumeration value indicates that the dispute is closed.


WAITING_FOR_SELLER_RESPONSE

public static final DisputeStatusCodeType WAITING_FOR_SELLER_RESPONSE
This enumeration value indicates that the dispute is waiting for the seller's response.


WAITING_FOR_BUYER_RESPONSE

public static final DisputeStatusCodeType WAITING_FOR_BUYER_RESPONSE
This enumeration value indicates that the dispute is waiting for the buyer's response.


CLOSED_FVF_CREDIT_STRIKE

public static final DisputeStatusCodeType CLOSED_FVF_CREDIT_STRIKE
This enumeration value indicates that the Unpaid Item dispute is closed, the seller received a Final Value Fee credit, and the buyer received a strike.


CLOSED_NO_FVF_CREDIT_STRIKE

public static final DisputeStatusCodeType CLOSED_NO_FVF_CREDIT_STRIKE
This enumeration value indicates that the Unpaid Item dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer received a strike.


CLOSED_FVF_CREDIT_NO_STRIKE

public static final DisputeStatusCodeType CLOSED_FVF_CREDIT_NO_STRIKE
This enumeration value indicates that the Unpaid Item dispute is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike.


CLOSED_NO_FVF_CREDIT_NO_STRIKE

public static final DisputeStatusCodeType CLOSED_NO_FVF_CREDIT_NO_STRIKE
This enumeration value indicates that the Unpaid Item dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer did not receive a strike.


STRIKE_APPEALED_AFTER_CLOSING

public static final DisputeStatusCodeType STRIKE_APPEALED_AFTER_CLOSING
This enumeration value indicates that the Unpaid Item dispute was closed with a buyer's strike, but the buyer has appealed that strike.


FVF_CREDIT_REVERSED_AFTER_CLOSING

public static final DisputeStatusCodeType FVF_CREDIT_REVERSED_AFTER_CLOSING
This enumeration value indicates that the seller's Final Value Fee credit was reversed after the Unpaid Item dispute was closed.


STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED

public static final DisputeStatusCodeType STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED
This enumeration value indicates that the seller's Final Value Fee credit was reversed and the buyer's strike was appealed after the Unpaid Item dispute was closed.


CLAIM_OPENED

public static final DisputeStatusCodeType CLAIM_OPENED
This enumeration value indicates that the claim was assigned to an adjuster.


NO_DOCUMENTATION

public static final DisputeStatusCodeType NO_DOCUMENTATION
This enumeration value indicates that the buyer was contacted by eBay and asked to submit paperwork.


CLAIM_CLOSED

public static final DisputeStatusCodeType CLAIM_CLOSED
This enumeration value indicates that the claim was closed due to the buyer not responding to verification or due to missing paperwork.


CLAIM_DENIED

public static final DisputeStatusCodeType CLAIM_DENIED
This enumeration value indicates that the claim was denied.


CLAIM_IN_PROCESS

public static final DisputeStatusCodeType CLAIM_IN_PROCESS
This enumeration value indicates that paperwork was received for the claim, and the claim is being investigated.


CLAIM_APPROVED

public static final DisputeStatusCodeType CLAIM_APPROVED
This enumeration value indicates that the claim was approved for reimbursement, and sent to accounts payable for payment.


CLAIM_PAID

public static final DisputeStatusCodeType CLAIM_PAID
This enumeration value indicates that the claim was paid.


CLAIM_RESOLVED

public static final DisputeStatusCodeType CLAIM_RESOLVED
This enumeration value indicates that the buyer's dispute against the seller was resolved, due to the seller sending the item or refunding the buyer.


CLAIM_SUBMITTED

public static final DisputeStatusCodeType CLAIM_SUBMITTED
This enumeration value indicates that the claim was submitted via Web.


UNPAID_ITEM_OPENED

public static final DisputeStatusCodeType UNPAID_ITEM_OPENED
This enumeration value indicates that an Unpaid Item dispute was opened by the seller against the buyer.


CUSTOM_CODE

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

Method Detail

values

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

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

valueOf

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