DisputeStatusCodeType ( token )
Enumerated type that defines the possible statuses of an order dispute between buyer and seller.
Type that uses DisputeStatusCodeType:
Calls that use one or more values of DisputeStatusCodeType:
Enumeration Values
Value | Description |
Closed | This enumeration value indicates that the Unpaid Item case is closed. |
ClosedFVFCreditNoStrike | This enumeration value indicates that the Unpaid Item case is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike. |
ClosedFVFCreditStrike | This enumeration value indicates that the Unpaid Item case is closed, the seller received a Final Value Fee credit, and the buyer received a strike. |
ClosedNoFVFCreditNoStrike | This enumeration value indicates that the Unpaid Item case is closed, the seller did not receive a Final Value Fee credit, and the buyer did not receive a strike. |
ClosedNoFVFCreditStrike | This enumeration value indicates that the Unpaid Item case is closed, the seller did not receive a Final Value Fee credit, and the buyer received a strike. |
CustomCode | Reserved for internal or future use. |
FVFCreditReversedAfterClosing | This enumeration value indicates that the seller's Final Value Fee credit was reversed after the Unpaid Item case was closed. |
StrikeAppealedAfterClosing | This enumeration value indicates that the Unpaid Item case was closed with a buyer's strike, but the buyer has appealed that strike. |
StrikeAppealedAndFVFCreditReversed | This enumeration value indicates that the seller's Final Value Fee credit was reversed and the buyer's strike was appealed after the Unpaid Item case was closed. |
UnpaidItemOpened | This enumeration value indicates that an Unpaid Item case was opened by the seller against the buyer. |
WaitingForBuyerResponse | This enumeration value indicates that the Unpaid Item case is waiting for the buyer's response. |
WaitingForSellerResponse | This enumeration value indicates that the Unpaid Item case is waiting for the seller's response. |