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