Method: Ebay::ApiMethods#get_notifications_usage
- Defined in:
- lib/ebay/api_methods.rb
#get_notifications_usage(params = {}) ⇒ Object
Builds Ebay::Requests#GetNotificationsUsage
Returns Ebay::Responses#GetNotificationsUsage
Official Documentation for GetNotificationsUsage
505 506 507 |
# File 'lib/ebay/api_methods.rb', line 505 def get_notifications_usage(params = {}) commit(Ebay::Requests::GetNotificationsUsage, params) end |