|
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<DisputeExplanationCodeType>
com.ebay.soap.eBLBaseComponents.DisputeExplanationCodeType
public enum DisputeExplanationCodeType
Java class for DisputeExplanationCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeExplanationCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="BuyerHasNotResponded"/> <enumeration value="BuyerRefusedToPay"/> <enumeration value="BuyerNotClearedToPay"/> <enumeration value="BuyerReturnedItemForRefund"/> <enumeration value="UnableToResolveTerms"/> <enumeration value="BuyerNoLongerWantsItem"/> <enumeration value="BuyerPurchasingMistake"/> <enumeration value="ShipCountryNotSupported"/> <enumeration value="ShippingAddressNotConfirmed"/> <enumeration value="PaymentMethodNotSupported"/> <enumeration value="BuyerNoLongerRegistered"/> <enumeration value="OtherExplanation"/> <enumeration value="Unspecified"/> <enumeration value="UPIAssistance"/> <enumeration value="BuyerPaymentNotReceivedOrCleared"/> <enumeration value="SellerDoesntShipToCountry"/> <enumeration value="BuyerNotPaid"/> <enumeration value="UPIAssistanceDisabled"/> <enumeration value="SellerRanOutOfStock"/> <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_HAS_NOT_RESPONDED
This value indicates that the buyer has not paid for the order line item, and has not responded to the seller regarding payment. |
|
BUYER_NO_LONGER_REGISTERED
This value is deprecated. |
|
BUYER_NO_LONGER_WANTS_ITEM
This value indicates that the buyer no longer wants the item (buyer remorse), and the seller is willing to cancel the order line item. |
|
BUYER_NOT_CLEARED_TO_PAY
This value indicates that the buyer has not paid for the order line item, and is not cleared by eBay to pay. |
|
BUYER_NOT_PAID
This value indicates that the buyer has not paid for the order line item. |
|
BUYER_PAYMENT_NOT_RECEIVED_OR_CLEARED
This value indicates that the buyer has not paid the seller for the order line item, or has paid the seller but the payment has not cleared. |
|
BUYER_PURCHASING_MISTAKE
This value indicates that the buyer made a mistake by purchasing the item, and the seller is willing to cancel the order line item. |
|
BUYER_REFUSED_TO_PAY
This value indicates that the buyer has not paid for the order line item, and according to the seller, has refused to pay for the order line item. |
|
BUYER_RETURNED_ITEM_FOR_REFUND
This value indicates that the buyer has returned the item, and seller has agreed to cancel the order and issue a refund to the buyer. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
OTHER_EXPLANATION
This value can be used when no other explanation in DisputeExplanationCodeType is appropriate for the situation. |
|
PAYMENT_METHOD_NOT_SUPPORTED
This value is deprecated, and should not be used. |
|
SELLER_DOESNT_SHIP_TO_COUNTRY
This value indicates that the buyer is requesting shipment of the item to a country that is on the seller's ship-to exclusion list. |
|
SELLER_RAN_OUT_OF_STOCK
This value indicates that the seller ran out of stock on the item, cannot fulfill the order, and has to cancel the order line item. |
|
SHIP_COUNTRY_NOT_SUPPORTED
This value is deprecated, and should not be used. |
|
SHIPPING_ADDRESS_NOT_CONFIRMED
This value indicates that the buyer is requesting shipment of the item to an unconfirmed (not on file with eBay) address. |
|
UNABLE_TO_RESOLVE_TERMS
This value indicates that the buyer and seller were unable to resolve a disagreement over terms, and the seller is willing to cancel the order line item. |
|
UNSPECIFIED
This value can be used when no other explanation in DisputeExplanationCodeType is appropriate for the situation. |
|
UPI_ASSISTANCE
This value indicates that the Unpaid Item case was opened by eBay through the Unpaid Item Assistance mechanism. |
|
UPI_ASSISTANCE_DISABLED
This value indicates that the Unpaid Item case was opened by eBay through the Unpaid Item Assistance mechanism, and then was subsequently converted to a manual dispute, either by the seller or by eBay. |
Method Summary | |
---|---|
static DisputeExplanationCodeType |
fromValue(String v)
|
String |
value()
|
static DisputeExplanationCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DisputeExplanationCodeType[] |
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 DisputeExplanationCodeType BUYER_HAS_NOT_RESPONDED
public static final DisputeExplanationCodeType BUYER_REFUSED_TO_PAY
public static final DisputeExplanationCodeType BUYER_NOT_CLEARED_TO_PAY
public static final DisputeExplanationCodeType BUYER_RETURNED_ITEM_FOR_REFUND
public static final DisputeExplanationCodeType UNABLE_TO_RESOLVE_TERMS
public static final DisputeExplanationCodeType BUYER_NO_LONGER_WANTS_ITEM
public static final DisputeExplanationCodeType BUYER_PURCHASING_MISTAKE
public static final DisputeExplanationCodeType SHIP_COUNTRY_NOT_SUPPORTED
public static final DisputeExplanationCodeType SHIPPING_ADDRESS_NOT_CONFIRMED
public static final DisputeExplanationCodeType PAYMENT_METHOD_NOT_SUPPORTED
public static final DisputeExplanationCodeType BUYER_NO_LONGER_REGISTERED
public static final DisputeExplanationCodeType OTHER_EXPLANATION
public static final DisputeExplanationCodeType UNSPECIFIED
public static final DisputeExplanationCodeType UPI_ASSISTANCE
public static final DisputeExplanationCodeType BUYER_PAYMENT_NOT_RECEIVED_OR_CLEARED
public static final DisputeExplanationCodeType SELLER_DOESNT_SHIP_TO_COUNTRY
public static final DisputeExplanationCodeType BUYER_NOT_PAID
public static final DisputeExplanationCodeType UPI_ASSISTANCE_DISABLED
public static final DisputeExplanationCodeType SELLER_RAN_OUT_OF_STOCK
public static final DisputeExplanationCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeExplanationCodeType[] values()
for (DisputeExplanationCodeType c : DisputeExplanationCodeType.values()) System.out.println(c);
public static DisputeExplanationCodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static DisputeExplanationCodeType fromValue(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.