Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum DisputeStateCodeType

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

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

Java class for DisputeStateCodeType.

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

 <simpleType name="DisputeStateCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Locked"/>
     <enumeration value="Closed"/>
     <enumeration value="BuyerFirstResponsePayOption"/>
     <enumeration value="BuyerFirstResponseNoPayOption"/>
     <enumeration value="BuyerFirstResponsePayOptionLateResponse"/>
     <enumeration value="BuyerFirstResponseNoPayOptionLateResponse"/>
     <enumeration value="MutualCommunicationPayOption"/>
     <enumeration value="MutualCommunicationNoPayOption"/>
     <enumeration value="PendingResolve"/>
     <enumeration value="MutualWithdrawalAgreement"/>
     <enumeration value="MutualWithdrawalAgreementLate"/>
     <enumeration value="NotReceivedNoSellerResponse"/>
     <enumeration value="NotAsDescribedNoSellerResponse"/>
     <enumeration value="NotReceivedMutualCommunication"/>
     <enumeration value="NotAsDescribedMutualCommunication"/>
     <enumeration value="MutualAgreementOrBuyerReturningItem"/>
     <enumeration value="ClaimOpened"/>
     <enumeration value="NoDocumentation"/>
     <enumeration value="ClaimClosed"/>
     <enumeration value="ClaimDenied"/>
     <enumeration value="ClaimPending"/>
     <enumeration value="ClaimPaymentPending"/>
     <enumeration value="ClaimPaid"/>
     <enumeration value="ClaimResolved"/>
     <enumeration value="ClaimSubmitted"/>
     <enumeration value="UnpaidItemOpen"/>
     <enumeration value="UPIAssistanceDisabledByeBay"/>
     <enumeration value="UPIAssistanceDisabledBySeller"/>
     <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
BUYER_FIRST_RESPONSE_NO_PAY_OPTION
          This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder, but without a Pay Now option, and is waiting for the buyer's first response.
BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
          This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder without a Pay Now option, was waiting for the buyer's first response, but the buyer has failed to respond to this reminder within the 7-day grace period.
BUYER_FIRST_RESPONSE_PAY_OPTION
          This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder with a Pay Now option, and is waiting for the buyer's first response.
BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
          This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder with a Pay Now option, was waiting for the buyer's first response, but the buyer has failed to respond to this reminder within the 7-day grace period.
CLAIM_CLOSED
          This enumeration value indicates that the claim was closed due to buyer not responding to verification, or was missing paperwork.
CLAIM_DENIED
          This enumeration value indicates that the buyer's claim was denied.
CLAIM_OPENED
          This enumeration value indicates that the claim was assigned to an adjuster.
CLAIM_PAID
          This enumeration value indicates that the buyer was reimbursed for the claim.
CLAIM_PAYMENT_PENDING
          This enumeration value indicates that the buyer's claim was approved for reimbursement and was sent to accounts payable for payment.
CLAIM_PENDING
          This enumeration value indicates that paperwork was received from the buyer and the claim is being investigated.
CLAIM_RESOLVED
          This enumeration value indicates that the issue has been 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.
CUSTOM_CODE
          Reserved for internal or future use.
LOCKED
          This enumeration value indicates that the dispute is currently in a locked state, and cannot be updated by any user.
MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
          This enumeration value indicates that the seller filed an Unpaid Item dispute, and the seller says mutual agreement has been reached and is waiting for the buyer to confirm, or the buyer is returning the item to the seller.
MUTUAL_COMMUNICATION_NO_PAY_OPTION
          This enumeration value indicates that the buyer and seller have communicated, but eBay has not offered the buyer a Pay Now option.
MUTUAL_COMMUNICATION_PAY_OPTION
          This enumeration value indicates that the buyer and seller have communicated, and eBay offered the buyer a Pay Now option.
MUTUAL_WITHDRAWAL_AGREEMENT
          This enumeration value indicates that the buyer and seller have mutually agreed to cancel the transaction within the grace period.
MUTUAL_WITHDRAWAL_AGREEMENT_LATE
          This enumeration value indicates that the buyer and seller have mutually agreed to cancel the transaction, but the grace period has expired.
NO_DOCUMENTATION
          This enumeration value indicates that the buyer was contacted by eBay and asked to submit paperwork to support the claim.
NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
          This enumeration value indicates that the buyer filed an Item Not As Described dispute through PayPal account, and the buyer and seller have communicated about the issue.
NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
          This enumeration value indicates that the buyer filed an Item Not As Described dispute through PayPal account, and the seller has not yet responded.
NOT_RECEIVED_MUTUAL_COMMUNICATION
          This enumeration value indicates that the buyer filed an Item Not Received dispute through PayPal account, and the buyer and seller have communicated about the issue.
NOT_RECEIVED_NO_SELLER_RESPONSE
          This enumeration value indicates that the buyer filed an Item Not Received dispute through PayPal account, and the seller has not yet responded.
PENDING_RESOLVE
          This enumeration value indicates that the dispute is pending resolution.
UNPAID_ITEM_OPEN
          This enumeration value indicates that the Unpaid Item dispute is open.
UPI_ASSISTANCE_DISABLED_BY_SELLER
          This enumeration value indicates that the Unpaid Item dispute filed by the Unpaid Item Assistance mechanism was disabled by the seller (e.g.
UPI_ASSISTANCE_DISABLED_BYE_BAY
          This enumeration value indicates that the Unpaid Item dispute filed by the Unpaid Item Assistance mechanism was disabled by eBay (for example, eBay detected that payment was initiated and the seller needs to manually handle this dispute).
 
Method Summary
static DisputeStateCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static DisputeStateCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DisputeStateCodeType[] 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

LOCKED

public static final DisputeStateCodeType LOCKED
This enumeration value indicates that the dispute is currently in a locked state, and cannot be updated by any user.


CLOSED

public static final DisputeStateCodeType CLOSED
This enumeration value indicates that the dispute is closed. In some cases, a closed case can be reversed with the SellerReverseDispute call.


BUYER_FIRST_RESPONSE_PAY_OPTION

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder with a Pay Now option, and is waiting for the buyer's first response.


BUYER_FIRST_RESPONSE_NO_PAY_OPTION

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder, but without a Pay Now option, and is waiting for the buyer's first response.


BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder with a Pay Now option, was waiting for the buyer's first response, but the buyer has failed to respond to this reminder within the 7-day grace period.


BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder without a Pay Now option, was waiting for the buyer's first response, but the buyer has failed to respond to this reminder within the 7-day grace period.


MUTUAL_COMMUNICATION_PAY_OPTION

public static final DisputeStateCodeType MUTUAL_COMMUNICATION_PAY_OPTION
This enumeration value indicates that the buyer and seller have communicated, and eBay offered the buyer a Pay Now option.


MUTUAL_COMMUNICATION_NO_PAY_OPTION

public static final DisputeStateCodeType MUTUAL_COMMUNICATION_NO_PAY_OPTION
This enumeration value indicates that the buyer and seller have communicated, but eBay has not offered the buyer a Pay Now option.


PENDING_RESOLVE

public static final DisputeStateCodeType PENDING_RESOLVE
This enumeration value indicates that the dispute is pending resolution. A dispute cannot be closed by the buyer or seller when it is in this state.


MUTUAL_WITHDRAWAL_AGREEMENT

public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT
This enumeration value indicates that the buyer and seller have mutually agreed to cancel the transaction within the grace period.


MUTUAL_WITHDRAWAL_AGREEMENT_LATE

public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT_LATE
This enumeration value indicates that the buyer and seller have mutually agreed to cancel the transaction, but the grace period has expired.


NOT_RECEIVED_NO_SELLER_RESPONSE

public static final DisputeStateCodeType NOT_RECEIVED_NO_SELLER_RESPONSE
This enumeration value indicates that the buyer filed an Item Not Received dispute through PayPal account, and the seller has not yet responded. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund, SellerShippedItem, or SellerComment.


NOT_AS_DESCRIBED_NO_SELLER_RESPONSE

public static final DisputeStateCodeType NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
This enumeration value indicates that the buyer filed an Item Not As Described dispute through PayPal account, and the seller has not yet responded. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund or SellerComment.


NOT_RECEIVED_MUTUAL_COMMUNICATION

public static final DisputeStateCodeType NOT_RECEIVED_MUTUAL_COMMUNICATION
This enumeration value indicates that the buyer filed an Item Not Received dispute through PayPal account, and the buyer and seller have communicated about the issue. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund, SellerShippedItem, or SellerComment.


NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION

public static final DisputeStateCodeType NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
This enumeration value indicates that the buyer filed an Item Not As Described dispute through PayPal account, and the buyer and seller have communicated about the issue. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund.


MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM

public static final DisputeStateCodeType MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
This enumeration value indicates that the seller filed an Unpaid Item dispute, and the seller says mutual agreement has been reached and is waiting for the buyer to confirm, or the buyer is returning the item to the seller.


CLAIM_OPENED

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


NO_DOCUMENTATION

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


CLAIM_CLOSED

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


CLAIM_DENIED

public static final DisputeStateCodeType CLAIM_DENIED
This enumeration value indicates that the buyer's claim was denied.


CLAIM_PENDING

public static final DisputeStateCodeType CLAIM_PENDING
This enumeration value indicates that paperwork was received from the buyer and the claim is being investigated.


CLAIM_PAYMENT_PENDING

public static final DisputeStateCodeType CLAIM_PAYMENT_PENDING
This enumeration value indicates that the buyer's claim was approved for reimbursement and was sent to accounts payable for payment.


CLAIM_PAID

public static final DisputeStateCodeType CLAIM_PAID
This enumeration value indicates that the buyer was reimbursed for the claim.


CLAIM_RESOLVED

public static final DisputeStateCodeType CLAIM_RESOLVED
This enumeration value indicates that the issue has been resolved due to the seller sending the item or refunding the buyer.


CLAIM_SUBMITTED

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


UNPAID_ITEM_OPEN

public static final DisputeStateCodeType UNPAID_ITEM_OPEN
This enumeration value indicates that the Unpaid Item dispute is open.


UPI_ASSISTANCE_DISABLED_BYE_BAY

public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BYE_BAY
This enumeration value indicates that the Unpaid Item dispute filed by the Unpaid Item Assistance mechanism was disabled by eBay (for example, eBay detected that payment was initiated and the seller needs to manually handle this dispute).


UPI_ASSISTANCE_DISABLED_BY_SELLER

public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BY_SELLER
This enumeration value indicates that the Unpaid Item dispute filed by the Unpaid Item Assistance mechanism was disabled by the seller (e.g. the buyer and seller have communicated about payment and the seller wishes to extend the time for payment and not let the automatic process close the dispute automatically).


CUSTOM_CODE

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

Method Detail

values

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

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

valueOf

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