class EbayTrading::Types::CrossPromotions

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 => []