xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for EArchiveInvoiceStatusForRecon EnumType
* Meta information extracted from the WSDL
* - nillable: true
* - type: tns:EArchiveInvoiceStatusForRecon
* @subpackage Enumerations
*/
class EArchiveInvoiceStatusForRecon extends AbstractStructEnumBase
{
/**
* Constant for value 'SUCCESS'
* @return string 'SUCCESS'
*/
const ENUM_VALUE_0 = 'SUCCESS';
/**
* Constant for value 'FAULT'
* @return string 'FAULT'
*/
const ENUM_VALUE_1 = 'FAULT';
/**
* Constant for value 'QUEUE'
* @return string 'QUEUE'
*/
const ENUM_VALUE_2 = 'QUEUE';
/**
* Return allowed values
* @uses self::ENUM_VALUE_0
* @uses self::ENUM_VALUE_1
* @uses self::ENUM_VALUE_2
* @return string[]
*/
public static function getValidValues()
{
return array(
self::ENUM_VALUE_0,
self::ENUM_VALUE_1,
self::ENUM_VALUE_2,
);
}
}
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