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
          eBay sent the buyer an Unpaid Item Reminder with no Pay Now option.
BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
          eBay sent the buyer an Unpaid Item Reminder with no Pay Now option.
BUYER_FIRST_RESPONSE_PAY_OPTION
          eBay sent the buyer an Unpaid Item Reminder with a Pay Now option.
BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
          eBay sent the buyer an Unpaid Item Reminder with a Pay Now option.
CLAIM_CLOSED
          The buyer did not respond to verification or was missing paperwork.
CLAIM_DENIED
          The buyer is not eligible for reimbursement.
CLAIM_OPENED
          The claim was assigned to an adjuster.
CLAIM_PAID
          The buyer was reimbursed.
CLAIM_PAYMENT_PENDING
          The buyer's claim was approved for reimbursement and was sent to accounts payable for payment.
CLAIM_PENDING
          Paperwork was received from the buyer and the claim is being investigated.
CLAIM_RESOLVED
          The issue has been resolved: the seller sent the item or a refund.
CLAIM_SUBMITTED
          A claim was submitted (via Web).
CLOSED
          The dispute is closed.
CUSTOM_CODE
          Reserved for internal or future use.
LOCKED
          The dispute is locked and cannot be updated.
MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
          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
          The buyer and seller have communicated.
MUTUAL_COMMUNICATION_PAY_OPTION
          The buyer and seller have communicated, and eBay offered the buyer a Pay Now option.
MUTUAL_WITHDRAWAL_AGREEMENT
          The buyer and seller have agreed within the grace period not to complete the transaction.
MUTUAL_WITHDRAWAL_AGREEMENT_LATE
          The buyer and seller have agreed not to complete the transaction, after the grace period.
NO_DOCUMENTATION
          The buyer was contacted by eBay and asked to submit paperwork to support the claim.
NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
          The buyer filed an Item Not Received dispute for an item significantly not as described and is communicating with the seller.
NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
          The buyer filed an Item Not Received dispute for an item significantly not as described, and the seller has not responded.
NOT_RECEIVED_MUTUAL_COMMUNICATION
          The buyer filed an Item Not Received dispute and is communicating with the seller.
NOT_RECEIVED_NO_SELLER_RESPONSE
          The buyer filed an Item Not Received dispute, and the seller has not responded.
PENDING_RESOLVE
          The dispute is pending resolution.
UNPAID_ITEM_OPEN
          The unpaid item dispute is open.
UPI_ASSISTANCE_DISABLED_BY_SELLER
          An unpaid item dispute filed by the Unpaid Item Assistance mechanism was disabled by the seller (e.g.
UPI_ASSISTANCE_DISABLED_BYE_BAY
          An 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
The dispute is locked and cannot be updated. For any type of dispute. No values of DisputeActivity are valid.


CLOSED

public static final DisputeStateCodeType CLOSED
The dispute is closed. In some cases, it can be reversed with SellerReverseDispute. For any type of dispute. No values of DisputeActivity are valid.


BUYER_FIRST_RESPONSE_PAY_OPTION

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION
eBay sent the buyer an Unpaid Item Reminder with a Pay Now option. Waiting for the buyer's first response. It is within the 7-day grace period. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation or SellerCompletedTransaction.


BUYER_FIRST_RESPONSE_NO_PAY_OPTION

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION
eBay sent the buyer an Unpaid Item Reminder with no Pay Now option. Waiting for the buyer's first response. It is within the 7-day grace period. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation or SellerCompletedTransaction.


BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
eBay sent the buyer an Unpaid Item Reminder with a Pay Now option. Waiting for the buyer's first response. The 7-day grace period has expired. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation, SellerCompletedTransaction, or SellerEndCommunication.


BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE

public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
eBay sent the buyer an Unpaid Item Reminder with no Pay Now option. Waiting for the buyer's first response. The 7-day grace period has expired. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation, SellerCompletedTransaction, or SellerEndCommunication.


MUTUAL_COMMUNICATION_PAY_OPTION

public static final DisputeStateCodeType MUTUAL_COMMUNICATION_PAY_OPTION
The buyer and seller have communicated, and eBay offered the buyer a Pay Now option. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation, SellerCompletedTransaction, SellerEndCommunication, or CameToAgreementNeedFVFCredit.


MUTUAL_COMMUNICATION_NO_PAY_OPTION

public static final DisputeStateCodeType MUTUAL_COMMUNICATION_NO_PAY_OPTION
The buyer and seller have communicated. eBay did not offer the buyer a Pay Now option. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation, SellerCompletedTransaction, SellerEndCommunication, or CameToAgreementNeedFVFCredit.


PENDING_RESOLVE

public static final DisputeStateCodeType PENDING_RESOLVE
The dispute is pending resolution. A dispute cannot be closed when it is in this state. For Unpaid Item Disputes. No values of DisputeActivity are valid.


MUTUAL_WITHDRAWAL_AGREEMENT

public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT
The buyer and seller have agreed within the grace period not to complete the transaction. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation.


MUTUAL_WITHDRAWAL_AGREEMENT_LATE

public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT_LATE
The buyer and seller have agreed not to complete the transaction, after the grace period. For Unpaid Item Disputes. DisputeActivity can be SellerAddInformation, SellerCompletedTransaction, or SellerEndCommunication.


NOT_RECEIVED_NO_SELLER_RESPONSE

public static final DisputeStateCodeType NOT_RECEIVED_NO_SELLER_RESPONSE
The buyer filed an Item Not Received dispute, and the seller has not responded. For Item Not Received disputes. DisputeActivity can be SellerOffersRefund, SellerShippedItem, or SellerComment.


NOT_AS_DESCRIBED_NO_SELLER_RESPONSE

public static final DisputeStateCodeType NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
The buyer filed an Item Not Received dispute for an item significantly not as described, and the seller has not responded. DisputeActivity can be SellerOffersRefund or SellerComment.


NOT_RECEIVED_MUTUAL_COMMUNICATION

public static final DisputeStateCodeType NOT_RECEIVED_MUTUAL_COMMUNICATION
The buyer filed an Item Not Received dispute and is communicating with the seller. DisputeActivity can be SellerOffersRefund, SellerShippedItem, or SellerComment.


NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION

public static final DisputeStateCodeType NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
The buyer filed an Item Not Received dispute for an item significantly not as described and is communicating with the seller. DisputeActivity can be SellerOffersRefund.


MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM

public static final DisputeStateCodeType MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
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. DisputeActivity can be SellerAddInformation. For Unpaid Item Disputes.


CLAIM_OPENED

public static final DisputeStateCodeType CLAIM_OPENED
The claim was assigned to an adjuster.


NO_DOCUMENTATION

public static final DisputeStateCodeType NO_DOCUMENTATION
The buyer was contacted by eBay and asked to submit paperwork to support the claim.


CLAIM_CLOSED

public static final DisputeStateCodeType CLAIM_CLOSED
The buyer did not respond to verification or was missing paperwork.


CLAIM_DENIED

public static final DisputeStateCodeType CLAIM_DENIED
The buyer is not eligible for reimbursement.


CLAIM_PENDING

public static final DisputeStateCodeType CLAIM_PENDING
Paperwork was received from the buyer and the claim is being investigated.


CLAIM_PAYMENT_PENDING

public static final DisputeStateCodeType CLAIM_PAYMENT_PENDING
The buyer's claim was approved for reimbursement and was sent to accounts payable for payment.


CLAIM_PAID

public static final DisputeStateCodeType CLAIM_PAID
The buyer was reimbursed.


CLAIM_RESOLVED

public static final DisputeStateCodeType CLAIM_RESOLVED
The issue has been resolved: the seller sent the item or a refund.


CLAIM_SUBMITTED

public static final DisputeStateCodeType CLAIM_SUBMITTED
A claim was submitted (via Web).


UNPAID_ITEM_OPEN

public static final DisputeStateCodeType UNPAID_ITEM_OPEN
The unpaid item dispute is open.


UPI_ASSISTANCE_DISABLED_BYE_BAY

public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BYE_BAY
An 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
An 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 4 days after the dispute was automatically opened).


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.