first commit
This commit is contained in:
62
plugins/stPocztaPolskaPlugin/lib/en/statusEPOEnum.class.php
Normal file
62
plugins/stPocztaPolskaPlugin/lib/en/statusEPOEnum.class.php
Normal file
@@ -0,0 +1,62 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* This class was created using wsdl2php.
|
||||
*
|
||||
* @wsdl2php Wed, 19 Apr 2023 17:01:45 +0200 - Last modified
|
||||
* @WSDL https://e-nadawca.poczta-polska.pl/websrv/labs.wsdl
|
||||
* @Processed Wed, 19 Apr 2023 17:01:47 +0200
|
||||
* @Hash f22f04467f90dd7c556a37654078cb29
|
||||
*/
|
||||
class statusEPOEnum
|
||||
{
|
||||
/**
|
||||
* @value ERROR
|
||||
*/
|
||||
const ERROR = 'ERROR';
|
||||
|
||||
/**
|
||||
* @value NADANIE
|
||||
*/
|
||||
const NADANIE = 'NADANIE';
|
||||
|
||||
/**
|
||||
* @value W_TRANSPORCIE
|
||||
*/
|
||||
const W_TRANSPORCIE = 'W_TRANSPORCIE';
|
||||
|
||||
/**
|
||||
* @value CLO
|
||||
*/
|
||||
const CLO = 'CLO';
|
||||
|
||||
/**
|
||||
* @value SMS
|
||||
*/
|
||||
const SMS = 'SMS';
|
||||
|
||||
/**
|
||||
* @value W_DORECZENIU
|
||||
*/
|
||||
const W_DORECZENIU = 'W_DORECZENIU';
|
||||
|
||||
/**
|
||||
* @value AWIZO
|
||||
*/
|
||||
const AWIZO = 'AWIZO';
|
||||
|
||||
/**
|
||||
* @value PONOWNE_AWIZO
|
||||
*/
|
||||
const PONOWNE_AWIZO = 'PONOWNE_AWIZO';
|
||||
|
||||
/**
|
||||
* @value ZWROT
|
||||
*/
|
||||
const ZWROT = 'ZWROT';
|
||||
|
||||
/**
|
||||
* @value DORECZONA
|
||||
*/
|
||||
const DORECZONA = 'DORECZONA';
|
||||
}
|
||||
Reference in New Issue
Block a user