Trading_SellerReverseDisputeRequestType Class Reference
Inherits from | Trading_AbstractRequestType : NSObject |
Declared in | Trading_SellerReverseDisputeRequestType.h Trading_SellerReverseDisputeRequestType.m |
Overview
Enables a seller to “reverse” an Unpaid Item dispute that has been closed, for
example, if buyer and seller reach an agreement. The seller’s Final Value Fee
credit and the buyer’s 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.
@ingroup EBayAPIInterface
Tasks
-
disputeID
The unique identifier of the dispute that was returned when the dispute was created.
property
The dispute must be an Unpaid Item dispute that the seller opened. -
disputeResolutionReason
The reason the dispute is being reversed.
property
Properties
disputeID
The unique identifier of the dispute that was returned when the dispute was created.
The dispute must be an Unpaid Item dispute that the seller opened.
@property (nonatomic, retain) NSString *disputeID
Discussion
The unique identifier of the dispute that was returned when the dispute was created.
The dispute must be an Unpaid Item dispute that the seller opened.
type : NSString, wrapper for primitive string
Declared In
Trading_SellerReverseDisputeRequestType.h
disputeResolutionReason
The reason the dispute is being reversed.
@property (nonatomic, retain) NSString *disputeResolutionReason
Discussion
The reason the dispute is being reversed.
type: string constant in Trading_DisputeResolutionReasonCodeType.h
Declared In
Trading_SellerReverseDisputeRequestType.h