/**
  * @return GetNotificationsUsageResponseType
  * @param GetNotificationsUsageRequestType $request 
  */
 function GetNotificationsUsage($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('GetNotificationsUsage', $request);
 }