|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<DisputeStateCodeType>
com.ebay.soap.eBLBaseComponents.DisputeStateCodeType
public 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 |
---|
public static final DisputeStateCodeType LOCKED
public static final DisputeStateCodeType CLOSED
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
public static final DisputeStateCodeType MUTUAL_COMMUNICATION_PAY_OPTION
public static final DisputeStateCodeType MUTUAL_COMMUNICATION_NO_PAY_OPTION
public static final DisputeStateCodeType PENDING_RESOLVE
public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT
public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT_LATE
public static final DisputeStateCodeType NOT_RECEIVED_NO_SELLER_RESPONSE
SellerOffersRefund
, SellerShippedItem
, or SellerComment
.
public static final DisputeStateCodeType NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
SellerOffersRefund
or SellerComment
.
public static final DisputeStateCodeType NOT_RECEIVED_MUTUAL_COMMUNICATION
SellerOffersRefund
, SellerShippedItem
, or SellerComment
.
public static final DisputeStateCodeType NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
SellerOffersRefund
.
public static final DisputeStateCodeType MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
public static final DisputeStateCodeType CLAIM_OPENED
public static final DisputeStateCodeType NO_DOCUMENTATION
public static final DisputeStateCodeType CLAIM_CLOSED
public static final DisputeStateCodeType CLAIM_DENIED
public static final DisputeStateCodeType CLAIM_PENDING
public static final DisputeStateCodeType CLAIM_PAYMENT_PENDING
public static final DisputeStateCodeType CLAIM_PAID
public static final DisputeStateCodeType CLAIM_RESOLVED
public static final DisputeStateCodeType CLAIM_SUBMITTED
public static final DisputeStateCodeType UNPAID_ITEM_OPEN
public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BYE_BAY
public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BY_SELLER
public static final DisputeStateCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeStateCodeType[] values()
for (DisputeStateCodeType c : DisputeStateCodeType.values()) System.out.println(c);
public static DisputeStateCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static DisputeStateCodeType fromValue(java.lang.String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
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.