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