Method: Ebay::ApiMethods#get_notification_preferences
- Defined in:
- lib/ebay/api_methods.rb
#get_notification_preferences(params = {}) ⇒ Object
Builds Ebay::Requests#GetNotificationPreferences
Returns Ebay::Responses#GetNotificationPreferences
Official Documentation for GetNotificationPreferences
497 498 499 |
# File 'lib/ebay/api_methods.rb', line 497 def get_notification_preferences(params = {}) commit(Ebay::Requests::GetNotificationPreferences, params) end |