|
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<DisputeResolutionRecordTypeCodeType>
com.ebay.soap.eBLBaseComponents.DisputeResolutionRecordTypeCodeType
public enum DisputeResolutionRecordTypeCodeType
Java class for DisputeResolutionRecordTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeResolutionRecordTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="StrikeBuyer"/> <enumeration value="SuspendBuyer"/> <enumeration value="RestrictBuyer"/> <enumeration value="FVFCredit"/> <enumeration value="InsertionFeeCredit"/> <enumeration value="AppealBuyerStrike"/> <enumeration value="UnsuspendBuyer"/> <enumeration value="UnrestrictBuyer"/> <enumeration value="ReverseFVFCredit"/> <enumeration value="ReverseInsertionFeeCredit"/> <enumeration value="GenerateCSTicketForSuspend"/> <enumeration value="FVFCreditNotGranted"/> <enumeration value="ItemNotReceivedClaimFiled"/> <enumeration value="UnpaidItemRelisted"/> <enumeration value="UnpaidItemRevised"/> <enumeration value="FVFOnShippingCredit"/> <enumeration value="FVFOnShippingCreditNotGranted"/> <enumeration value="ReverseFVFOnShippingCredit"/> <enumeration value="FeatureFeeCredit"/> <enumeration value="FeatureFeeNotCredit"/> <enumeration value="ReverseFeatureFeeCredit"/> <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 | |
---|---|
APPEAL_BUYER_STRIKE
The buyer's Unpaid Item Strike was appealed. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
FEATURE_FEE_CREDIT
Credit amount for feature fees. |
|
FEATURE_FEE_NOT_CREDIT
Amount not returned or credited for feature fees. |
|
FVF_CREDIT
The seller received a Final Value Fee credit. |
|
FVF_CREDIT_NOT_GRANTED
The seller did not receive a Final Value Fee credit. |
|
FVF_ON_SHIPPING_CREDIT
Reserved for future use. |
|
FVF_ON_SHIPPING_CREDIT_NOT_GRANTED
Reserved for future use. |
|
GENERATE_CS_TICKET_FOR_SUSPEND
The buyer is given a ticket. |
|
INSERTION_FEE_CREDIT
The seller's listing fee was credited. |
|
ITEM_NOT_RECEIVED_CLAIM_FILED
The buyer did not received the item, and the buyer filed a claim. |
|
RESTRICT_BUYER
The buyer is restricted and unable to bid or purchase items. |
|
REVERSE_FEATURE_FEE_CREDIT
Amount reversed on credit card for feature fees. |
|
REVERSE_FVF_CREDIT
The seller's Final Value Fee credit was reversed. |
|
REVERSE_FVF_ON_SHIPPING_CREDIT
Reserved for future use. |
|
REVERSE_INSERTION_FEE_CREDIT
The seller's listing fee was reversed. |
|
STRIKE_BUYER
The buyer received an Unpaid Item Strike. |
|
SUSPEND_BUYER
The buyer is suspended and unable to use the eBay site. |
|
UNPAID_ITEM_RELISTED
Reserved for future use. |
|
UNPAID_ITEM_REVISED
Reserved for future use. |
|
UNRESTRICT_BUYER
The restriction on the buyer was lifted. |
|
UNSUSPEND_BUYER
The restriction on the buyer was lifted. |
Method Summary | |
---|---|
static DisputeResolutionRecordTypeCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DisputeResolutionRecordTypeCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DisputeResolutionRecordTypeCodeType[] |
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 DisputeResolutionRecordTypeCodeType STRIKE_BUYER
public static final DisputeResolutionRecordTypeCodeType SUSPEND_BUYER
public static final DisputeResolutionRecordTypeCodeType RESTRICT_BUYER
public static final DisputeResolutionRecordTypeCodeType FVF_CREDIT
public static final DisputeResolutionRecordTypeCodeType INSERTION_FEE_CREDIT
public static final DisputeResolutionRecordTypeCodeType APPEAL_BUYER_STRIKE
public static final DisputeResolutionRecordTypeCodeType UNSUSPEND_BUYER
public static final DisputeResolutionRecordTypeCodeType UNRESTRICT_BUYER
public static final DisputeResolutionRecordTypeCodeType REVERSE_FVF_CREDIT
public static final DisputeResolutionRecordTypeCodeType REVERSE_INSERTION_FEE_CREDIT
public static final DisputeResolutionRecordTypeCodeType GENERATE_CS_TICKET_FOR_SUSPEND
public static final DisputeResolutionRecordTypeCodeType FVF_CREDIT_NOT_GRANTED
public static final DisputeResolutionRecordTypeCodeType ITEM_NOT_RECEIVED_CLAIM_FILED
public static final DisputeResolutionRecordTypeCodeType UNPAID_ITEM_RELISTED
public static final DisputeResolutionRecordTypeCodeType UNPAID_ITEM_REVISED
public static final DisputeResolutionRecordTypeCodeType FVF_ON_SHIPPING_CREDIT
public static final DisputeResolutionRecordTypeCodeType FVF_ON_SHIPPING_CREDIT_NOT_GRANTED
public static final DisputeResolutionRecordTypeCodeType REVERSE_FVF_ON_SHIPPING_CREDIT
public static final DisputeResolutionRecordTypeCodeType FEATURE_FEE_CREDIT
public static final DisputeResolutionRecordTypeCodeType FEATURE_FEE_NOT_CREDIT
public static final DisputeResolutionRecordTypeCodeType REVERSE_FEATURE_FEE_CREDIT
public static final DisputeResolutionRecordTypeCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeResolutionRecordTypeCodeType[] values()
for (DisputeResolutionRecordTypeCodeType c : DisputeResolutionRecordTypeCodeType.values()) System.out.println(c);
public static DisputeResolutionRecordTypeCodeType 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 DisputeResolutionRecordTypeCodeType 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.