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