Class: Ebay::Responses::AddSellingManagerTemplate
- Includes:
- Initializer, XML::Mapping
- Defined in:
- lib/ebay/responses/add_selling_manager_template.rb
Overview
Attributes
numeric_node :category_id, 'CategoryID', :optional => true
numeric_node :category2_id, 'Category2ID', :optional => true
numeric_node :sale_template_id, 'SaleTemplateID', :optional => true
numeric_node :sale_template_group_id, 'SaleTemplateGroupID', :optional => true
text_node :sale_template_name, 'SaleTemplateName', :optional => true
object_node :selling_manager_product_details, 'SellingManagerProductDetails', :class => SellingManagerProductDetails, :optional => true
array_node :fees, 'Fees', 'Fee', :class => Fee, :default_value => []
Method Summary
Methods included from Initializer
#initialize, #object_attributes=
Methods inherited from Base
#errors?, #failure?, #partial_failure?, #success?, #warning?