Class: ItemFormatSortFilterCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemFormatSortFilterCodeType

Constant Summary collapse

CustomCode =
ItemFormatSortFilterCodeType.new("CustomCode")
ShowAnyItems =
ItemFormatSortFilterCodeType.new("ShowAnyItems")
ShowItemsWithBINFirst =
ItemFormatSortFilterCodeType.new("ShowItemsWithBINFirst")
ShowOnlyItemsWithBIN =
ItemFormatSortFilterCodeType.new("ShowOnlyItemsWithBIN")
ShowOnlyStoreItems =
ItemFormatSortFilterCodeType.new("ShowOnlyStoreItems")