/**
  * @return GetNotificationPreferencesResponseType
  * @param GetNotificationPreferencesRequestType $request 
  */
 function GetNotificationPreferences($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('GetNotificationPreferences', $request);
 }