Class: Ebay::Types::ExpressProduct
- Inherits:
-
Object
- Object
- Ebay::Types::ExpressProduct
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/types/express_product.rb
Overview
Attributes
text_node :title, 'Title', :optional => true money_node :min_price, 'MinPrice', :optional => true money_node :max_price, 'MaxPrice', :optional => true text_node :stock_photo_url, 'StockPhotoURL', :optional => true numeric_node :item_count, 'ItemCount', :optional => true object_node :external_product_id, 'ExternalProductID', :class => ExternalProductID, :optional => true numeric_node :product_reference_id, 'ProductReferenceID', :optional => true array_node :item_specifics, 'ItemSpecifics', 'NameValueList', :class => NameValueList, :default_value => [] text_node :details_url, 'DetailsURL', :optional => true text_node :product_state, 'ProductState', :optional => true