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.

Types that use AppealDecisionType:

Enumeration Values

Value Description Which calls use this value *
BUYER_DENIED The buyer has been denied on the appeal and the original decision on the case stands. getEBPCaseDetail
BUYER_WINS An absolute win for the buyer on the appeal of the case. getEBPCaseDetail
BUYER_WINS_PARTIAL_CREDIT The buyer wins partial credit on the appeal of the case. getEBPCaseDetail
OTHER The decision on the appeal has been classified as "other". getEBPCaseDetail
SELLER_DENIED The seller has been denied on the appeal and the original decision on the case stands. getEBPCaseDetail
SELLER_WINS An absolute win for the seller on the appeal of the case. getEBPCaseDetail
SELLER_WINS_PARTIAL_CREDIT The seller wins partial credit on the appeal of the case. getEBPCaseDetail
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2010–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.