Class: ItemSortFilterCodeType

Inherits:
String
  • Object
show all
Defined in:
lib/eBay.rb

Overview

urn:ebay:apis:eBLBaseComponentsItemSortFilterCodeType

Constant Summary collapse

CustomCode =
ItemSortFilterCodeType.new("CustomCode")
EndingLast =
ItemSortFilterCodeType.new("EndingLast")
EndingSoonest =
ItemSortFilterCodeType.new("EndingSoonest")
HighestPrice =
ItemSortFilterCodeType.new("HighestPrice")
LowestPrice =
ItemSortFilterCodeType.new("LowestPrice")
NewlyListed =
ItemSortFilterCodeType.new("NewlyListed")
RandomlySelected =
ItemSortFilterCodeType.new("RandomlySelected")