The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::Enum::DisputeActivityCodeType

DESCRIPTION

Defines the action taken on a dispute with AddDisputeResponse. The value you can use at a given time depends on the current value of DisputeState (see the Developer Guide for more information). Some values are for Unpaid Item disputes and some are for Item Not Received disputes.

SYNOPSIS

Enums:

SellerAddInformation

(in) The seller wants to add a response to the dispute. For Unpaid Item disputes. The seller is limited to 25 responses. Corresponds to legacy schema value 11.

SellerCompletedTransaction

(in) The buyer has paid or the seller otherwise does not need to pursue the dispute any longer. For Unpaid Item disputes. Corresponds to legacy schema value 13.

CameToAgreementNeedFVFCredit

(in) The seller has made an agreement with the buyer and requires a credit for a Final Value Fee already paid. For Unpaid Item disputes. Corresponds to legacy schema value 14.

SellerEndCommunication

(in) The seller wants to end communication or stop waiting for the buyer. For Unpaid Item disputes. Corresponds to legacy schema value 15.

MutualAgreementOrNoBuyerResponse

(in) The seller wants to end communication or stop waiting for the buyer. Mutual agreement has been reached or the buyer has not responded within 7 days. For Unpaid Item disputes. Corresponds to legacy schema value 16.

SellerOffersRefund

(in) The seller offers a full refund if the buyer did not receive the item or a partial refund if the item is significantly not as described. For Item Not Received or Significantly Not As Described disputes. Can be used when DisputeState is:<br> NotReceivedNoSellerResponse<br> NotAsDescribedNoSellerResponse<br> NotReceivedMutualCommunication<br> NotAsDescribedMutualCommunication

SellerShippedItem

(in) The seller has shipped the item or a replacement and provides shipping information. For Item Not Received and Significantly Not As Described disputes. Can be used when DisputeState is:<br> NotReceivedNoSellerResponse<br> NotReceivedMutualCommunication

SellerComment

(in) The seller communicates with the buyer, offering a response or comment. The seller is limited to 25 responses. For Item Not Received and Significantly Not As Described disputes. Can be used when DisputeState is:<br> NotReceivedNoSellerResponse<br> NotAsDescribedNoSellerResponse<br> NotReceivedMutualCommunication<br> NotAsDescribedMutualCommunication

SellerPaymentNotReceived

(in) Seller hasn't received payment or the payment hasn't cleared yet. For Item Not Received disputes. Can be used when DisputeState is:<br> NotReceivedNoSellerResponse<br> NotReceivedMutualCommunication<br>

CustomCode

(out) Reserved for internal or future use.