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