Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellerReverseDisputeRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.SellerReverseDisputeRequestType
All Implemented Interfaces:
java.io.Serializable

public class SellerReverseDisputeRequestType
extends AbstractRequestType
implements java.io.Serializable

Enables a seller to "reverse" an Unpaid Item dispute that has been closed in case the buyer and seller are able to reach a mutual agreement. If this action is successful, the seller receives a Final Value Fee credit and the buyer's Unpaid Item strike are both reversed, if applicable. The dispute might have resulted in a strike to the buyer and a Final Value Fee credit to the seller. A buyer and seller sometimes come to agreement after a dispute has been closed. In particular, the seller might discover that the buyer actually paid, or the buyer might agree to pay the seller's fees in exchange for having the strike removed.

A dispute can only be reversed if it was closed with DisputeActivity set to SellerEndCommunication, CameToAgreementNeedFVFCredit, or MutualAgreementOrNoBuyerResponse.

Java class for SellerReverseDisputeRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SellerReverseDisputeRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="DisputeID" type="{urn:ebay:apis:eBLBaseComponents}DisputeIDType" minOccurs="0"/>
         <element name="DisputeResolutionReason" type="{urn:ebay:apis:eBLBaseComponents}DisputeResolutionReasonCodeType" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String disputeID
           
protected  DisputeResolutionReasonCodeType disputeResolutionReason
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
SellerReverseDisputeRequestType()
           
 
Method Summary
 java.lang.String getDisputeID()
          Gets the value of the disputeID property.
 DisputeResolutionReasonCodeType getDisputeResolutionReason()
          Gets the value of the disputeResolutionReason property.
 void setDisputeID(java.lang.String value)
          Sets the value of the disputeID property.
 void setDisputeResolutionReason(DisputeResolutionReasonCodeType value)
          Sets the value of the disputeResolutionReason property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disputeID

protected java.lang.String disputeID

disputeResolutionReason

protected DisputeResolutionReasonCodeType disputeResolutionReason
Constructor Detail

SellerReverseDisputeRequestType

public SellerReverseDisputeRequestType()
Method Detail

getDisputeID

public java.lang.String getDisputeID()
Gets the value of the disputeID property.

Returns:
possible object is String

setDisputeID

public void setDisputeID(java.lang.String value)
Sets the value of the disputeID property.

Parameters:
value - allowed object is String

getDisputeResolutionReason

public DisputeResolutionReasonCodeType getDisputeResolutionReason()
Gets the value of the disputeResolutionReason property.

Returns:
possible object is DisputeResolutionReasonCodeType

setDisputeResolutionReason

public void setDisputeResolutionReason(DisputeResolutionReasonCodeType value)
Sets the value of the disputeResolutionReason property.

Parameters:
value - allowed object is DisputeResolutionReasonCodeType

Changes since
the last release

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.