|
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<DisputeStatusCodeType>
com.ebay.soap.eBLBaseComponents.DisputeStatusCodeType
public enum DisputeStatusCodeType
Java class for DisputeStatusCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeStatusCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Closed"/> <enumeration value="WaitingForSellerResponse"/> <enumeration value="WaitingForBuyerResponse"/> <enumeration value="ClosedFVFCreditStrike"/> <enumeration value="ClosedNoFVFCreditStrike"/> <enumeration value="ClosedFVFCreditNoStrike"/> <enumeration value="ClosedNoFVFCreditNoStrike"/> <enumeration value="StrikeAppealedAfterClosing"/> <enumeration value="FVFCreditReversedAfterClosing"/> <enumeration value="StrikeAppealedAndFVFCreditReversed"/> <enumeration value="ClaimOpened"/> <enumeration value="NoDocumentation"/> <enumeration value="ClaimClosed"/> <enumeration value="ClaimDenied"/> <enumeration value="ClaimInProcess"/> <enumeration value="ClaimApproved"/> <enumeration value="ClaimPaid"/> <enumeration value="ClaimResolved"/> <enumeration value="ClaimSubmitted"/> <enumeration value="UnpaidItemOpened"/> <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 | |
---|---|
CLAIM_APPROVED
Claim approved for reimbursement; sent to accounts payable for payment |
|
CLAIM_CLOSED
Buyer did not respond to verification or missing some paperwork. |
|
CLAIM_DENIED
Not eligible for reimbursement |
|
CLAIM_IN_PROCESS
Paperwork received, claim being investigated. |
|
CLAIM_OPENED
Claim assigned to an adjuster. |
|
CLAIM_PAID
Reimbursement completed |
|
CLAIM_RESOLVED
Issue resolved: seller sent Item or Refund |
|
CLAIM_SUBMITTED
Claim Submitted via Web flow |
|
CLOSED
The dispute is closed. |
|
CLOSED_FVF_CREDIT_NO_STRIKE
The dispute is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike. |
|
CLOSED_FVF_CREDIT_STRIKE
The dispute is closed, the seller received a Final Value Fee credit, and the buyer received a strike. |
|
CLOSED_NO_FVF_CREDIT_NO_STRIKE
The dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer did not receive a strike. |
|
CLOSED_NO_FVF_CREDIT_STRIKE
The dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer received a strike. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
FVF_CREDIT_REVERSED_AFTER_CLOSING
The seller's Final Value Fee credit was reversed after the dispute was closed. |
|
NO_DOCUMENTATION
Buyer contacted and asked to submit paperwork |
|
STRIKE_APPEALED_AFTER_CLOSING
The buyer's strike was appealed after the dispute was closed. |
|
STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED
Both the seller's Final Value Fee credit and the buyer's strike were reversed after the dispute was closed. |
|
UNPAID_ITEM_OPENED
Unpaid Item dispute opened |
|
WAITING_FOR_BUYER_RESPONSE
The dispute is waiting for the buyer's response. |
|
WAITING_FOR_SELLER_RESPONSE
The dispute is waiting for the seller's response. |
Method Summary | |
---|---|
static DisputeStatusCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DisputeStatusCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DisputeStatusCodeType[] |
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 DisputeStatusCodeType CLOSED
public static final DisputeStatusCodeType WAITING_FOR_SELLER_RESPONSE
public static final DisputeStatusCodeType WAITING_FOR_BUYER_RESPONSE
public static final DisputeStatusCodeType CLOSED_FVF_CREDIT_STRIKE
public static final DisputeStatusCodeType CLOSED_NO_FVF_CREDIT_STRIKE
public static final DisputeStatusCodeType CLOSED_FVF_CREDIT_NO_STRIKE
public static final DisputeStatusCodeType CLOSED_NO_FVF_CREDIT_NO_STRIKE
public static final DisputeStatusCodeType STRIKE_APPEALED_AFTER_CLOSING
public static final DisputeStatusCodeType FVF_CREDIT_REVERSED_AFTER_CLOSING
public static final DisputeStatusCodeType STRIKE_APPEALED_AND_FVF_CREDIT_REVERSED
public static final DisputeStatusCodeType CLAIM_OPENED
public static final DisputeStatusCodeType NO_DOCUMENTATION
public static final DisputeStatusCodeType CLAIM_CLOSED
public static final DisputeStatusCodeType CLAIM_DENIED
public static final DisputeStatusCodeType CLAIM_IN_PROCESS
public static final DisputeStatusCodeType CLAIM_APPROVED
public static final DisputeStatusCodeType CLAIM_PAID
public static final DisputeStatusCodeType CLAIM_RESOLVED
public static final DisputeStatusCodeType CLAIM_SUBMITTED
public static final DisputeStatusCodeType UNPAID_ITEM_OPENED
public static final DisputeStatusCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeStatusCodeType[] values()
for (DisputeStatusCodeType c : DisputeStatusCodeType.values()) System.out.println(c);
public static DisputeStatusCodeType 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 DisputeStatusCodeType 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.