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
          Claim approved for reimbursement; sent to accounts payable for payment
CLAIM_CLOSED
          Buyer did not respond to verification or missing some paperwork.
CLAIM_DENIED
          Not eligible for reimbursement
CLAIM_IN_PROCESS
          Paperwork received, claim being investigated.
CLAIM_OPENED
          Claim assigned to an adjuster.
CLAIM_PAID
          Reimbursement completed
CLAIM_RESOLVED
          Issue resolved: seller sent Item or Refund
CLAIM_SUBMITTED
          Claim Submitted via Web flow
CLOSED
          The dispute is closed.
CLOSED_FVF_CREDIT_NO_STRIKE
          The dispute is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike.
CLOSED_FVF_CREDIT_STRIKE
          The dispute is closed, the seller received a Final Value Fee credit, and the buyer received a strike.
CLOSED_NO_FVF_CREDIT_NO_STRIKE
          The 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
          The 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
          The seller's Final Value Fee credit was reversed after the dispute was closed.
NO_DOCUMENTATION
          Buyer contacted and asked to submit paperwork
STRIKE_APPEALED_AFTER_CLOSING
          The buyer's strike was appealed after the dispute was closed.
STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED
          Both the seller's Final Value Fee credit and the buyer's strike were reversed after the dispute was closed.
UNPAID_ITEM_OPENED
          Unpaid Item dispute opened
WAITING_FOR_BUYER_RESPONSE
          The dispute is waiting for the buyer's response.
WAITING_FOR_SELLER_RESPONSE
          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
The dispute is closed. For Item Not Received disputes.


WAITING_FOR_SELLER_RESPONSE

public static final DisputeStatusCodeType WAITING_FOR_SELLER_RESPONSE
The dispute is waiting for the seller's response. For both Unpaid Item and Item Not Received disputes.


WAITING_FOR_BUYER_RESPONSE

public static final DisputeStatusCodeType WAITING_FOR_BUYER_RESPONSE
The dispute is waiting for the buyer's response. For both Unpaid Item and Item Not Received disputes.


CLOSED_FVF_CREDIT_STRIKE

public static final DisputeStatusCodeType CLOSED_FVF_CREDIT_STRIKE
The dispute is closed, the seller received a Final Value Fee credit, and the buyer received a strike. For Unpaid Item disputes.


CLOSED_NO_FVF_CREDIT_STRIKE

public static final DisputeStatusCodeType CLOSED_NO_FVF_CREDIT_STRIKE
The dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer received a strike. For Unpaid Item disputes.


CLOSED_FVF_CREDIT_NO_STRIKE

public static final DisputeStatusCodeType CLOSED_FVF_CREDIT_NO_STRIKE
The dispute is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike. For Unpaid Item disputes.


CLOSED_NO_FVF_CREDIT_NO_STRIKE

public static final DisputeStatusCodeType CLOSED_NO_FVF_CREDIT_NO_STRIKE
The dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer did not receive a strike. For Unpaid Item disputes.


STRIKE_APPEALED_AFTER_CLOSING

public static final DisputeStatusCodeType STRIKE_APPEALED_AFTER_CLOSING
The buyer's strike was appealed after the dispute was closed. For Unpaid Item disputes.


FVF_CREDIT_REVERSED_AFTER_CLOSING

public static final DisputeStatusCodeType FVF_CREDIT_REVERSED_AFTER_CLOSING
The seller's Final Value Fee credit was reversed after the dispute was closed. For Unpaid Item disputes.


STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED

public static final DisputeStatusCodeType STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED
Both the seller's Final Value Fee credit and the buyer's strike were reversed after the dispute was closed. For Unpaid Item disputes.


CLAIM_OPENED

public static final DisputeStatusCodeType CLAIM_OPENED
Claim assigned to an adjuster. Also maps for filed claim in Half.com


NO_DOCUMENTATION

public static final DisputeStatusCodeType NO_DOCUMENTATION
Buyer contacted and asked to submit paperwork


CLAIM_CLOSED

public static final DisputeStatusCodeType CLAIM_CLOSED
Buyer did not respond to verification or missing some paperwork. Also maps for filed claim in Half.com


CLAIM_DENIED

public static final DisputeStatusCodeType CLAIM_DENIED
Not eligible for reimbursement


CLAIM_IN_PROCESS

public static final DisputeStatusCodeType CLAIM_IN_PROCESS
Paperwork received, claim being investigated. Also maps for filed claim in Half.com


CLAIM_APPROVED

public static final DisputeStatusCodeType CLAIM_APPROVED
Claim approved for reimbursement; sent to accounts payable for payment


CLAIM_PAID

public static final DisputeStatusCodeType CLAIM_PAID
Reimbursement completed


CLAIM_RESOLVED

public static final DisputeStatusCodeType CLAIM_RESOLVED
Issue resolved: seller sent Item or Refund


CLAIM_SUBMITTED

public static final DisputeStatusCodeType CLAIM_SUBMITTED
Claim Submitted via Web flow


UNPAID_ITEM_OPENED

public static final DisputeStatusCodeType UNPAID_ITEM_OPENED
Unpaid Item dispute opened


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.