public final enum

BuyerProtectionCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.BuyerProtectionCodeType

Class Overview

Java class for BuyerProtectionCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="BuyerProtectionCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="ItemIneligible"/>
     <enumeration value="ItemEligible"/>
     <enumeration value="ItemMarkedIneligible"/>
     <enumeration value="ItemMarkedEligible"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
BuyerProtectionCodeType  CUSTOM_CODE  Reserved for internal or future use. 
BuyerProtectionCodeType  ITEM_ELIGIBLE  Item is eligible per standard criteria. 
BuyerProtectionCodeType  ITEM_INELIGIBLE  Item is ineligible (e.g., category not applicable). 
BuyerProtectionCodeType  ITEM_MARKED_ELIGIBLE  Item marked eligible per other criteria. 
BuyerProtectionCodeType  ITEM_MARKED_INELIGIBLE  Item marked ineligible per special criteria (e.g., seller's account closed). 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static BuyerProtectionCodeType fromValue(String v)
String value()
static BuyerProtectionCodeType valueOf(String name)
final static BuyerProtectionCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final BuyerProtectionCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final BuyerProtectionCodeType ITEM_ELIGIBLE

Item is eligible per standard criteria.

public static final BuyerProtectionCodeType ITEM_INELIGIBLE

Item is ineligible (e.g., category not applicable).

public static final BuyerProtectionCodeType ITEM_MARKED_ELIGIBLE

Item marked eligible per other criteria.

public static final BuyerProtectionCodeType ITEM_MARKED_INELIGIBLE

Item marked ineligible per special criteria (e.g., seller's account closed).

Fields

private final String value

Public Methods

public static BuyerProtectionCodeType fromValue (String v)

Parameters
v

public String value ()

public static BuyerProtectionCodeType valueOf (String name)

Parameters
name

public static final BuyerProtectionCodeType[] values ()