Class: StoreSearchCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsStoreSearchCodeType

Constant Summary collapse

AllItemsInTheStore =
StoreSearchCodeType.new("AllItemsInTheStore")
AuctionItemsInTheStore =
StoreSearchCodeType.new("AuctionItemsInTheStore")
BuyItNowItemsInAllStores =
StoreSearchCodeType.new("BuyItNowItemsInAllStores")
BuyItNowItemsInTheStore =
StoreSearchCodeType.new("BuyItNowItemsInTheStore")
CustomCode =
StoreSearchCodeType.new("CustomCode")