class EbayTrading::Types::PromotedItem
Attributes¶ ↑
text_node :item_id, 'ItemID', :optional => true text_node :picture_url, 'PictureURL', :optional => true numeric_node :position, 'Position', :optional => true text_node :selection_type, 'SelectionType', :optional => true text_node :title, 'Title', :optional => true text_node :listing_type, 'ListingType', :optional => true array_node :promotion_details, 'PromotionDetails', :class => PromotionDetails, :default_value => [] text_node :time_left, 'TimeLeft', :optional => true