xxxxxxxxxx
namespace GLS;
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for adePickup_CreateResponse Struct
* Meta information extracted from the WSDL
* - type: tns:adePickup_CreateResponse
* @subpackage Structs
*/
class AdePickup_CreateResponse extends AbstractStructBase
{
/**
* The return
* @var \GLS\CID
*/
public $return;
/**
* Constructor method for adePickup_CreateResponse
* @uses AdePickup_CreateResponse::setReturn()
* @param \GLS\CID $return
*/
public function __construct(\GLS\CID $return = null)
{
$this
->setReturn($return);
}
/**
* Get return value
* @return \GLS\CID|null
*/
public function getReturn()
{
return $this->return;
}
/**
* Set return value
* @param \GLS\CID $return
* @return \GLS\AdePickup_CreateResponse
*/
public function setReturn(\GLS\CID $return = null)
{
$this->return = $return;
return $this;
}
}
Don't be shy, don't hesitate to contact us for any subject, we'll be glad to help.
This platform is provided to give developpers and non developpers a way to easily consume SOAP Web Services or share their own SOAP Web Services with extra features powered by the platform.
© 2025 Providr.IO