|
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<DisputeReasonCodeType>
com.ebay.soap.eBLBaseComponents.DisputeReasonCodeType
public enum DisputeReasonCodeType
Java class for DisputeReasonCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeReasonCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="BuyerHasNotPaid"/> <enumeration value="TransactionMutuallyCanceled"/> <enumeration value="ItemNotReceived"/> <enumeration value="SignificantlyNotAsDescribed"/> <enumeration value="NoRefund"/> <enumeration value="ReturnPolicyUnpaidItem"/> <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_PAID
The seller has opened a case against the buyer because the buyer has not paid for the order line item. |
|
CUSTOM_CODE
Reserved for future or internal use. |
|
ITEM_NOT_RECEIVED
The buyer has opened a case against the seller because the item has not been received by the buyer. |
|
NO_REFUND
The item was returned but no refund was given. |
|
RETURN_POLICY_UNPAID_ITEM
Item was returned and seller was not paid. |
|
SIGNIFICANTLY_NOT_AS_DESCRIBED
The buyer has opened a case against the seller because the item was received but does not match the item description in the listing. |
|
TRANSACTION_MUTUALLY_CANCELED
With the mutual consent of the buyer, the seller is canceling the order line item. |
Method Summary | |
---|---|
static DisputeReasonCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DisputeReasonCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DisputeReasonCodeType[] |
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 DisputeReasonCodeType BUYER_HAS_NOT_PAID
public static final DisputeReasonCodeType TRANSACTION_MUTUALLY_CANCELED
public static final DisputeReasonCodeType ITEM_NOT_RECEIVED
public static final DisputeReasonCodeType SIGNIFICANTLY_NOT_AS_DESCRIBED
public static final DisputeReasonCodeType NO_REFUND
public static final DisputeReasonCodeType RETURN_POLICY_UNPAID_ITEM
public static final DisputeReasonCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeReasonCodeType[] values()
for (DisputeReasonCodeType c : DisputeReasonCodeType.values()) System.out.println(c);
public static DisputeReasonCodeType 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 DisputeReasonCodeType 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.