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