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