Method: Ebay::ApiMethods#set_notification_preferences

Defined in:
lib/ebay/api_methods.rb

#set_notification_preferences(params = {}) ⇒ Object

Builds Ebay::Requests#SetNotificationPreferences

Returns Ebay::Responses#SetNotificationPreferences

Official Documentation for SetNotificationPreferences



1089
1090
1091
# File 'lib/ebay/api_methods.rb', line 1089

def set_notification_preferences(params = {})
  commit(Ebay::Requests::SetNotificationPreferences, params)
end