Class: Ebay::Responses::VerifyAddItem
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/verify_add_item.rb
Overview
Attributes
text_node :item_id, 'ItemID', :optional => true
array_node :fees, 'Fees', 'Fee', :class => Fee, :default_value => []
boolean_node :express_listing, 'ExpressListing', 'true', 'false', :optional => true
object_node :express_item_requirements, 'ExpressItemRequirements', :class => ExpressItemRequirements, :optional => true
text_node :category_id, 'CategoryID', :optional => true
text_node :category2_id, 'Category2ID', :optional => true
value_array_node :discount_reasons, 'DiscountReason', :default_value => []
array_node :product_suggestions, 'ProductSuggestions', 'ProductSuggestion', :class => ProductSuggestion, :default_value => []
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?