Class: BuyerProtectionCodeType
- Inherits:
-
String
- Object
- String
- BuyerProtectionCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsBuyerProtectionCodeType
Constant Summary collapse
- CustomCode =
BuyerProtectionCodeType.new("CustomCode")
- ItemEligible =
BuyerProtectionCodeType.new("ItemEligible")
- ItemIneligible =
BuyerProtectionCodeType.new("ItemIneligible")
- ItemMarkedEligible =
BuyerProtectionCodeType.new("ItemMarkedEligible")
- ItemMarkedIneligible =
BuyerProtectionCodeType.new("ItemMarkedIneligible")
- @@schema_type =
"BuyerProtectionCodeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"