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