Class: PromotionalSaleTypeCodeType

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

Overview

urn:ebay:apis:eBLBaseComponentsPromotionalSaleTypeCodeType

Constant Summary collapse

CustomCode =
PromotionalSaleTypeCodeType.new("CustomCode")
FreeShippingOnly =
PromotionalSaleTypeCodeType.new("FreeShippingOnly")
PriceDiscountAndFreeShipping =
PromotionalSaleTypeCodeType.new("PriceDiscountAndFreeShipping")
PriceDiscountOnly =
PromotionalSaleTypeCodeType.new("PriceDiscountOnly")