Skip to content

DisputeState Enum eBay Docs

This enumeration type defines the different states of a payment dispute.

ValueDescription
OPENThis enumeration value indicates the payment dispute is open, but there is no action required by the seller at the present time.
ACTION_NEEDEDThis enumeration value indicates the payment dispute is open, and the seller is required to take action at the present time. The seller's choices for action are returned in the availableChoices array of the getPaymentDispute response. The seller should respond by the date/time specified in the respondByDate field in the getPaymentDispute response.
CLOSEDThis enumeration value indicates the payment dispute is closed. The reason for the closure of the payment dispute can be viewed in the resolution.reasonForClosure field of the getPaymentDispute response, and closure date can be found in the closedDate field of the getPaymentDispute response.

Example

php
use Rat\eBaySDK\Enums\DisputeState;

DisputeState::OPEN;

This software is not an official eBay product and is not associated with, sponsored by, or endorsed by eBay Inc.