AppealStatusEnum
This enumerated type defines all posssible status values of an appeal against a case decision.
Type that uses AppealStatusEnum:
Calls that use one or more values of AppealStatusEnum:
Enumeration Values
Value | Description |
BUYER_APPEALED | This enumeration value indicates that the buyer just appealed the case decision. |
BUYER_SELLER_APPEALED | This enumeration value indicates that either the buyer or seller appealed the case decision, but it is currently unknown which one of the two actually appealed the case decision. |
OTHER | This enumeration value indicates that the status of the appeal is unknown. |
SELLER_APPEALED | This enumeration value indicates that the seller just appealed the case decision. |
SELLER_INVOICED_BUYER_APPEALED | This enumeration value indicates that the buyer appealed the case that was ruled in favor of the seller, and the seller was invoiced. |
SELLER_RECOUP_APPEALED | This enumeration value indicates that the either the buyer or seller appealed the case decision that was ruled in favor of the seller. |
SELLER_RECOUP_NEEDED_BUYER_APPEALED | This enumeration value indicates that the buyer appealed the case that was ruled in favor of the seller, and the seller has yet to receive a recoupment. |
SELLER_RECOUP_NEEDED_BUYER_APPEALED_CLOSED_CASE | This enumeration value indicates that the buyer appealed a closed case that was ruled in favor of the seller, and the seller has yet to receive a recoupment. |
SELLER_RECOUPED_BUYER_APPEALED | This enumeration value indicates that the buyer appealed the case that was ruled in favor of the seller. |
SELLER_RECOUPED_BUYER_APPEALED_CLOSED_CASE | This enumeration value indicates that the buyer appealed a closed case that was ruled in favor of the seller. |