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