コード例 #1
0
 /**
  * @return GetMemberMessagesResponseType
  * @param GetMemberMessagesRequestType $request 
  */
 function GetMemberMessages($request)
 {
     $request->setVersion(EBAY_WSDL_VERSION);
     return $this->call('GetMemberMessages', $request);
 }