Class: BuyerProtectionCodeType

Inherits:
String
  • Object
show all
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")