/**
  * @return RespondToBestOfferResponseType
  * @param RespondToBestOfferRequestType $request 
  */
 function RespondToBestOffer($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('RespondToBestOffer', $request);
 }