class EbayTrading::Types::ProductFamily

Attributes

object_node :parent_product, 'ParentProduct', :class => Product, :optional => true
array_node :family_members, 'FamilyMembers', :class => Product, :default_value => []
boolean_node :has_more_children, 'hasMoreChildren', 'true', 'false', :optional => true