Class: Ebay::Types::SellerFavoriteItemPreferences

Inherits:
Object
  • Object
show all
Includes:
Initializer, XML::Mapping
Defined in:
lib/ebay/types/seller_favorite_item_preferences.rb

Overview

Attributes

text_node :search_keywords, 'SearchKeywords', :optional => true
numeric_node :store_category_id, 'StoreCategoryID', :optional => true
text_node :listing_type, 'ListingType', :optional => true
text_node :search_sort_order, 'SearchSortOrder', :optional => true
money_node :min_price, 'MinPrice', :optional => true
money_node :max_price, 'MaxPrice', :optional => true
value_array_node :favorite_item_ids, 'FavoriteItemID', :default_value => []

Method Summary

Methods included from Initializer

#initialize, #object_attributes=