| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | ebay.apis.eblbasecomponents.BuyerProtectionCodeType | |
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>
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Item is ineligible (e.g., category not applicable).
Item marked eligible per other criteria.
Item marked ineligible per special criteria (e.g., seller's account closed).