AppealDecisionType ( token )
Enumeration type whose values indicate the outcome of a case appeal. These values are returned in the caseDetail.appeal.decision field. Some values are exclusive to a buyer's appeal and other values are exclusive to a seller's appeal.
Type that uses AppealDecisionType:
Call that uses one or more values of AppealDecisionType:
Enumeration Values
Value | Description |
BUYER_DENIED | The buyer has been denied on the appeal and the original decision on the case stands. |
BUYER_WINS | An absolute win for the buyer on the appeal of the case. |
BUYER_WINS_PARTIAL_CREDIT | The buyer wins partial credit on the appeal of the case. |
OTHER | The decision on the appeal has been classified as "other". |
SELLER_DENIED | The seller has been denied on the appeal and the original decision on the case stands. |
SELLER_WINS | An absolute win for the seller on the appeal of the case. |
SELLER_WINS_PARTIAL_CREDIT | The seller wins partial credit on the appeal of the case. |