Class: Ebay::Types::CrossPromotions
- Inherits:
-
Object
- Object
- Ebay::Types::CrossPromotions
show all
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/cross_promotions.rb
Overview
Attributes
text_node :item_id, 'ItemID', :optional => true
text_node :primary_scheme, 'PrimaryScheme', :optional => true
text_node :promotion_method, 'PromotionMethod', :optional => true
text_node :seller_id, 'SellerID', :optional => true
boolean_node :shipping_discount, 'ShippingDiscount', 'true', 'false'
text_node :store_name, 'StoreName', :optional => true
array_node :promoted_items, 'PromotedItem', :class => PromotedItem, :default_value => []
Method Summary
#initialize, #object_attributes=