Class: PromotionItemPriceTypeCodeType
- Inherits:
-
String
- Object
- String
- PromotionItemPriceTypeCodeType
- Defined in:
- lib/eBay.rb
Overview
urn:ebay:apis:eBLBaseComponentsPromotionItemPriceTypeCodeType
Constant Summary collapse
- AuctionPrice =
PromotionItemPriceTypeCodeType.new("AuctionPrice")
- BestOfferOnlyPrice =
PromotionItemPriceTypeCodeType.new("BestOfferOnlyPrice")
- BuyItNowPrice =
PromotionItemPriceTypeCodeType.new("BuyItNowPrice")
- ClassifiedAdPrice =
PromotionItemPriceTypeCodeType.new("ClassifiedAdPrice")
- CustomCode =
PromotionItemPriceTypeCodeType.new("CustomCode")
- @@schema_type =
"PromotionItemPriceTypeCodeType"
- @@schema_ns =
"urn:ebay:apis:eBLBaseComponents"