xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructBase;
/**
* This class stands for sendEnvelopeResponse StructType
* @subpackage Structs
*/
class SendEnvelopeResponse extends AbstractStructBase
{
/**
* The sendEnvelopeResult
* Meta information extracted from the WSDL
* - minOccurs: 0
* @var bool
*/
public $sendEnvelopeResult;
/**
* Constructor method for sendEnvelopeResponse
* @uses SendEnvelopeResponse::setSendEnvelopeResult()
* @param bool $sendEnvelopeResult
*/
public function __construct($sendEnvelopeResult = null)
{
$this
->setSendEnvelopeResult($sendEnvelopeResult);
}
/**
* Get sendEnvelopeResult value
* @return bool|null
*/
public function getSendEnvelopeResult()
{
return $this->sendEnvelopeResult;
}
/**
* Set sendEnvelopeResult value
* @param bool $sendEnvelopeResult
* @return SendEnvelopeResponse
*/
public function setSendEnvelopeResult($sendEnvelopeResult = null)
{
$this->sendEnvelopeResult = $sendEnvelopeResult;
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