xxxxxxxxxx
use \WsdlToPhp\PackageBase\AbstractStructEnumBase;
/**
* This class stands for rodzajPlatnosciEnum EnumType
* @subpackage Enumerations
*/
class RodzajPlatnosciEnum extends AbstractStructEnumBase
{
/**
* Constant for value 'BLIK'
* @return string 'BLIK'
*/
const VALUE_BLIK = 'BLIK';
/**
* Constant for value 'CARD'
* @return string 'CARD'
*/
const VALUE_CARD = 'CARD';
/**
* Constant for value 'ONLINE'
* @return string 'ONLINE'
*/
const VALUE_ONLINE = 'ONLINE';
/**
* Return allowed values
* @uses self::VALUE_BLIK
* @uses self::VALUE_CARD
* @uses self::VALUE_ONLINE
* @return string[]
*/
public static function getValidValues()
{
return array(
self::VALUE_BLIK,
self::VALUE_CARD,
self::VALUE_ONLINE,
);
}
}
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