/**
  * @return GetSellerTransactionsResponseType
  * @param GetSellerTransactionsRequestType $request 
  */
 function GetSellerTransactions($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('GetSellerTransactions', $request);
 }