Class: ItemTypeFilterCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsItemTypeFilterCodeType

Constant Summary collapse

AllFixedPriceItemTypes =
ItemTypeFilterCodeType.new("AllFixedPriceItemTypes")
AllItemTypes =
ItemTypeFilterCodeType.new("AllItemTypes")
AllItems =
ItemTypeFilterCodeType.new("AllItems")
AuctionItemsOnly =
ItemTypeFilterCodeType.new("AuctionItemsOnly")
ClassifiedItemsOnly =
ItemTypeFilterCodeType.new("ClassifiedItemsOnly")
CustomCode =
ItemTypeFilterCodeType.new("CustomCode")
ExcludeStoreInventory =
ItemTypeFilterCodeType.new("ExcludeStoreInventory")
FixedPriceExcludeStoreInventory =
ItemTypeFilterCodeType.new("FixedPriceExcludeStoreInventory")
FixedPricedItem =
ItemTypeFilterCodeType.new("FixedPricedItem")
StoreInventoryOnly =
ItemTypeFilterCodeType.new("StoreInventoryOnly")