first commit
This commit is contained in:
1338
plugins/stPocztaPolskaPlugin/lib/ElektronicznyNadawca.class.php
Normal file
1338
plugins/stPocztaPolskaPlugin/lib/ElektronicznyNadawca.class.php
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,27 @@
|
||||
<?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 2d5491f53b23cd4975b2a57261efbf5b
|
||||
*/
|
||||
class AccompanyingDocumentsEnum
|
||||
{
|
||||
/**
|
||||
* @value LICENSE
|
||||
*/
|
||||
const LICENSE = 'LICENSE';
|
||||
|
||||
/**
|
||||
* @value CERTIFICATE
|
||||
*/
|
||||
const CERTIFICATE = 'CERTIFICATE';
|
||||
|
||||
/**
|
||||
* @value INVOICE
|
||||
*/
|
||||
const INVOICE = 'INVOICE';
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 0bc926018eec68ad7cef1f46df6dcb90
|
||||
*/
|
||||
class AccompanyingDocumentsType
|
||||
{
|
||||
/**
|
||||
* @var string $type One of the constants defined in AccompanyingDocumentsEnum
|
||||
*/
|
||||
public $type;
|
||||
|
||||
/**
|
||||
* @var string $number
|
||||
*/
|
||||
public $number;
|
||||
}
|
||||
99
plugins/stPocztaPolskaPlugin/lib/en/AddressType.class.php
Normal file
99
plugins/stPocztaPolskaPlugin/lib/en/AddressType.class.php
Normal file
@@ -0,0 +1,99 @@
|
||||
<?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 15f19576f5dbb974fd0219149325028b
|
||||
*/
|
||||
class AddressType
|
||||
{
|
||||
/**
|
||||
* @basetype FirstNameOrCompanyNameType
|
||||
*
|
||||
* @var string $firstNameOrCompanyName
|
||||
*/
|
||||
public $firstNameOrCompanyName;
|
||||
|
||||
/**
|
||||
* @basetype LastNameOrCompanyNameContinuedType
|
||||
*
|
||||
* @var string $lastNameOrCompanyNameContinued
|
||||
*/
|
||||
public $lastNameOrCompanyNameContinued;
|
||||
|
||||
/**
|
||||
* @basetype StreetType
|
||||
*
|
||||
* @var string $street
|
||||
*/
|
||||
public $street;
|
||||
|
||||
/**
|
||||
* @basetype HouseNumberType
|
||||
*
|
||||
* @var string $houseNumber
|
||||
*/
|
||||
public $houseNumber;
|
||||
|
||||
/**
|
||||
* @basetype ApartamentNumberType
|
||||
*
|
||||
* @var string $apartamentNumber
|
||||
*/
|
||||
public $apartamentNumber;
|
||||
|
||||
/**
|
||||
* @basetype CityType
|
||||
*
|
||||
* @var string $city
|
||||
*/
|
||||
public $city;
|
||||
|
||||
/**
|
||||
* @basetype ZipCodeType
|
||||
*
|
||||
* @var string $zipCode
|
||||
*/
|
||||
public $zipCode;
|
||||
|
||||
/**
|
||||
* @var string $countryCode
|
||||
*/
|
||||
public $countryCode;
|
||||
|
||||
/**
|
||||
* @basetype mobileType
|
||||
* @length 9
|
||||
* @pattern (21|45|50|51|53|57|60|66|69|72|73|78|79|88)[0-9]{7}
|
||||
*
|
||||
* @var string $mobile
|
||||
*/
|
||||
public $mobile;
|
||||
|
||||
/**
|
||||
* @basetype TelephoneType
|
||||
*
|
||||
* @var string $telephone
|
||||
*/
|
||||
public $telephone;
|
||||
|
||||
/**
|
||||
* @basetype emailType
|
||||
*
|
||||
* @var string $email
|
||||
*/
|
||||
public $email;
|
||||
|
||||
/**
|
||||
* @var string $contactPerson
|
||||
*/
|
||||
public $contactPerson;
|
||||
|
||||
/**
|
||||
* @var string $nip
|
||||
*/
|
||||
public $nip;
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
<?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 db5ceefe87f810a880ed22e9d2364ea2
|
||||
*/
|
||||
class CustomsDeclarationContentEnum
|
||||
{
|
||||
/**
|
||||
* @value GOODS_SALE
|
||||
*/
|
||||
const GOODS_SALE = 'GOODS_SALE';
|
||||
|
||||
/**
|
||||
* @value GOODS_RETURN
|
||||
*/
|
||||
const GOODS_RETURN = 'GOODS_RETURN';
|
||||
|
||||
/**
|
||||
* @value GIFT
|
||||
*/
|
||||
const GIFT = 'GIFT';
|
||||
|
||||
/**
|
||||
* @value COMMERCIAL_SAMPLE
|
||||
*/
|
||||
const COMMERCIAL_SAMPLE = 'COMMERCIAL_SAMPLE';
|
||||
|
||||
/**
|
||||
* @value DOCUMENT
|
||||
*/
|
||||
const DOCUMENT = 'DOCUMENT';
|
||||
|
||||
/**
|
||||
* @value OTHER
|
||||
*/
|
||||
const OTHER = 'OTHER';
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
<?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 5108f48e0948a31e5575784c4397b294
|
||||
*/
|
||||
class CustomsDeclarationType
|
||||
{
|
||||
/**
|
||||
* @var string $type One of the constants defined in CustomsDeclarationTypeEnum
|
||||
*/
|
||||
public $type;
|
||||
|
||||
/**
|
||||
* @var string $content One of the constants defined in CustomsDeclarationContentEnum
|
||||
* @mandatory
|
||||
*/
|
||||
public $content;
|
||||
|
||||
/**
|
||||
* @var AccompanyingDocumentsType[] $accompanyingDocuments
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $accompanyingDocuments;
|
||||
|
||||
/**
|
||||
* @var string $explanation
|
||||
*/
|
||||
public $explanation;
|
||||
|
||||
/**
|
||||
* @var string $postalCharges
|
||||
*/
|
||||
public $postalCharges;
|
||||
|
||||
/**
|
||||
* @var string $comments
|
||||
*/
|
||||
public $comments;
|
||||
|
||||
/**
|
||||
* @var string $importerReferenceNumber
|
||||
*/
|
||||
public $importerReferenceNumber;
|
||||
|
||||
/**
|
||||
* @var string $importerPhoneNumber
|
||||
*/
|
||||
public $importerPhoneNumber;
|
||||
|
||||
/**
|
||||
* @var string $currencyCode
|
||||
* @mandatory
|
||||
*/
|
||||
public $currencyCode;
|
||||
|
||||
/**
|
||||
* @var ShipmentContentsDetailsType[] $shipmentContentsDetails
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $shipmentContentsDetails;
|
||||
|
||||
/**
|
||||
* @var string $customsReferenceNumber
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $customsReferenceNumber;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 d6cbc53e8976ba1c3cd76e41f038ce5e
|
||||
*/
|
||||
class CustomsDeclarationTypeEnum
|
||||
{
|
||||
/**
|
||||
* @value CN22
|
||||
*/
|
||||
const CN22 = 'CN22';
|
||||
|
||||
/**
|
||||
* @value CN23
|
||||
*/
|
||||
const CN23 = 'CN23';
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 764cd6d54199c7b3d5a99fd6673c3d74
|
||||
*/
|
||||
class DeklaracaCelnaRodzajEnum
|
||||
{
|
||||
/**
|
||||
* @value CN22
|
||||
*/
|
||||
const CN22 = 'CN22';
|
||||
|
||||
/**
|
||||
* @value CN23
|
||||
*/
|
||||
const CN23 = 'CN23';
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
<?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 6b813fa49a9a95278d696fdfd15c5d58
|
||||
*/
|
||||
class DeliveryMethodType
|
||||
{
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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 9232c41779a37182da8566b2c33ec018
|
||||
*/
|
||||
class DokumentTowarzyszacyRodzajEnum
|
||||
{
|
||||
/**
|
||||
* @value LICENCJA
|
||||
*/
|
||||
const LICENCJA = 'LICENCJA';
|
||||
|
||||
/**
|
||||
* @value CERTYFIKAT
|
||||
*/
|
||||
const CERTYFIKAT = 'CERTYFIKAT';
|
||||
|
||||
/**
|
||||
* @value FAKTURA
|
||||
*/
|
||||
const FAKTURA = 'FAKTURA';
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 2815bf1378b51d13adf98a89b28081d5
|
||||
*/
|
||||
class DokumentyTowarzyszaceType
|
||||
{
|
||||
/**
|
||||
* @var string $rodzaj One of the constants defined in DokumentTowarzyszacyRodzajEnum
|
||||
*/
|
||||
public $rodzaj;
|
||||
|
||||
/**
|
||||
* @var string $numer
|
||||
*/
|
||||
public $numer;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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 6a824380abadee667f75fbb6be376eb2
|
||||
*/
|
||||
class EMSTypOpakowaniaType
|
||||
{
|
||||
/**
|
||||
* @value ZWYKLY
|
||||
*/
|
||||
const ZWYKLY = 'ZWYKLY';
|
||||
|
||||
/**
|
||||
* @value DOKUMENT_PACK
|
||||
*/
|
||||
const DOKUMENT_PACK = 'DOKUMENT_PACK';
|
||||
|
||||
/**
|
||||
* @value KILO_PACK
|
||||
*/
|
||||
const KILO_PACK = 'KILO_PACK';
|
||||
}
|
||||
78
plugins/stPocztaPolskaPlugin/lib/en/EMSType.class.php
Normal file
78
plugins/stPocztaPolskaPlugin/lib/en/EMSType.class.php
Normal file
@@ -0,0 +1,78 @@
|
||||
<?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 08194595f5f07e2ccbd45e5b16e66cdb
|
||||
*/
|
||||
class EMSType extends przesylkaRejestrowanaType
|
||||
{
|
||||
/**
|
||||
* @var ubezpieczenieType $ubezpieczenie
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $ubezpieczenie;
|
||||
|
||||
/**
|
||||
* @var deklaracjaCelnaType $deklaracjaCelna
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $deklaracjaCelna;
|
||||
|
||||
/**
|
||||
* @var potwierdzenieDoreczeniaType $potwierdzenieDoreczenia
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $potwierdzenieDoreczenia;
|
||||
|
||||
/**
|
||||
* @var deklaracjaCelna2Type $deklaracjaCelna2
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $deklaracjaCelna2;
|
||||
|
||||
/**
|
||||
* @basetype sposobNadaniaInterconnectType
|
||||
*
|
||||
* @var string $sposobNadaniaInterconnect
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $sposobNadaniaInterconnect;
|
||||
|
||||
/**
|
||||
* @var sposobDoreczeniaType $sposobDoreczenia
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $sposobDoreczenia;
|
||||
|
||||
/**
|
||||
* @var string $typOpakowania One of the constants defined in EMSTypOpakowaniaType
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $typOpakowania;
|
||||
|
||||
/**
|
||||
* @basetype masaType
|
||||
*
|
||||
* @var int $masa
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $masa;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $zalaczoneDokumenty
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $zalaczoneDokumenty;
|
||||
|
||||
/**
|
||||
* @var string $numerPrzesylkiKlienta
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $numerPrzesylkiKlienta;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 9b8e1d9c128adc99879015a48294c0cb
|
||||
*/
|
||||
class EPOExtendedType extends EPOType
|
||||
{
|
||||
/**
|
||||
* @var string $zasadySpecjalne One of the constants defined in zasadySpecjalneEnum
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $zasadySpecjalne;
|
||||
}
|
||||
27
plugins/stPocztaPolskaPlugin/lib/en/EPOInfoType.class.php
Normal file
27
plugins/stPocztaPolskaPlugin/lib/en/EPOInfoType.class.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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 7c5fabbb259dc8277ac67871ba625750
|
||||
*/
|
||||
class EPOInfoType
|
||||
{
|
||||
/**
|
||||
* @var awizoPrzesylkiType $awizoPrzesylki
|
||||
*/
|
||||
public $awizoPrzesylki;
|
||||
|
||||
/**
|
||||
* @var doreczeniePrzesylkiType $doreczeniePrzesylki
|
||||
*/
|
||||
public $doreczeniePrzesylki;
|
||||
|
||||
/**
|
||||
* @var zwrotPrzesylkiType $zwrotPrzesylki
|
||||
*/
|
||||
public $zwrotPrzesylki;
|
||||
}
|
||||
13
plugins/stPocztaPolskaPlugin/lib/en/EPOSimpleType.class.php
Normal file
13
plugins/stPocztaPolskaPlugin/lib/en/EPOSimpleType.class.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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 f3fd5998ea505c558b1b706a0a98eb08
|
||||
*/
|
||||
class EPOSimpleType extends EPOType
|
||||
{
|
||||
}
|
||||
13
plugins/stPocztaPolskaPlugin/lib/en/EPOType.class.php
Normal file
13
plugins/stPocztaPolskaPlugin/lib/en/EPOType.class.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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 110cff41f0984732d76b593976ff925e
|
||||
*/
|
||||
class EPOType
|
||||
{
|
||||
}
|
||||
30
plugins/stPocztaPolskaPlugin/lib/en/EZDOPakietType.class.php
Normal file
30
plugins/stPocztaPolskaPlugin/lib/en/EZDOPakietType.class.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?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 c0daaa848b630fddecdc603e614ce4d9
|
||||
*/
|
||||
class EZDOPakietType
|
||||
{
|
||||
/**
|
||||
* @var int $idEZDOPakiet
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $idEZDOPakiet;
|
||||
|
||||
/**
|
||||
* @var date $exported
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $exported;
|
||||
|
||||
/**
|
||||
* @var string $idEZDOFile
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $idEZDOFile;
|
||||
}
|
||||
@@ -0,0 +1,68 @@
|
||||
<?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 3d19b927079a4538b241a36d7dd6bc0c
|
||||
*/
|
||||
class EZDOPrzesylkaType
|
||||
{
|
||||
/**
|
||||
* @basetype numerNadaniaType
|
||||
*
|
||||
* @var string $numerNadania
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $numerNadania;
|
||||
|
||||
/**
|
||||
* @var string $rodzaj
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $rodzaj;
|
||||
|
||||
/**
|
||||
* @var string $kategoria One of the constants defined in kategoriaType
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $kategoria;
|
||||
|
||||
/**
|
||||
* @basetype masaType
|
||||
*
|
||||
* @var int $masa
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $masa;
|
||||
|
||||
/**
|
||||
* @basetype wartoscType
|
||||
*
|
||||
* @var int $wartosc
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wartosc;
|
||||
|
||||
/**
|
||||
* @basetype kwotaPobraniaType
|
||||
*
|
||||
* @var int $kwotaPobrania
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $kwotaPobrania;
|
||||
|
||||
/**
|
||||
* @var string $numerWewnetrznyPrzesylki
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $numerWewnetrznyPrzesylki;
|
||||
|
||||
/**
|
||||
* @var string $zwrot
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $zwrot;
|
||||
}
|
||||
6530
plugins/stPocztaPolskaPlugin/lib/en/ElektronicznyNadawca.wsdl
Normal file
6530
plugins/stPocztaPolskaPlugin/lib/en/ElektronicznyNadawca.wsdl
Normal file
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,20 @@
|
||||
<?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 01c3266781b6ac2a2a67d8cc1f275a0b
|
||||
*/
|
||||
class EmailDeliveryMethodType extends DeliveryMethodType
|
||||
{
|
||||
/**
|
||||
* @basetype emailType
|
||||
*
|
||||
* @var string $email
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $email;
|
||||
}
|
||||
@@ -0,0 +1,63 @@
|
||||
<?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 cf29a4eb38142976914e88f9db906907
|
||||
*/
|
||||
class LibraryForLegalDepositType
|
||||
{
|
||||
/**
|
||||
* @basetype IdLibraryForLegalDepositType
|
||||
*
|
||||
* @var string $idLibraryForLegalDeposit
|
||||
* @mandatory
|
||||
*/
|
||||
public $idLibraryForLegalDeposit;
|
||||
|
||||
/**
|
||||
* @basetype FirstNameOrCompanyNameType
|
||||
*
|
||||
* @var string $libraryName
|
||||
* @mandatory
|
||||
*/
|
||||
public $libraryName;
|
||||
|
||||
/**
|
||||
* @basetype StreetType
|
||||
*
|
||||
* @var string $street
|
||||
*/
|
||||
public $street;
|
||||
|
||||
/**
|
||||
* @basetype HouseNumberType
|
||||
*
|
||||
* @var string $houseNumber
|
||||
*/
|
||||
public $houseNumber;
|
||||
|
||||
/**
|
||||
* @basetype ApartamentNumberType
|
||||
*
|
||||
* @var string $apartmentNumber
|
||||
*/
|
||||
public $apartmentNumber;
|
||||
|
||||
/**
|
||||
* @basetype ZipCodeType
|
||||
*
|
||||
* @var string $zipCode
|
||||
*/
|
||||
public $zipCode;
|
||||
|
||||
/**
|
||||
* @basetype CityType
|
||||
*
|
||||
* @var string $city
|
||||
*/
|
||||
public $city;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 188ec5a040f777810f430393db5479c1
|
||||
*/
|
||||
class PrintFormatEnum
|
||||
{
|
||||
/**
|
||||
* @value PDF_FORMAT
|
||||
*/
|
||||
const PDF_FORMAT = 'PDF_FORMAT';
|
||||
|
||||
/**
|
||||
* @value ZPL_FORMAT
|
||||
*/
|
||||
const ZPL_FORMAT = 'ZPL_FORMAT';
|
||||
}
|
||||
62
plugins/stPocztaPolskaPlugin/lib/en/PrintKindEnum.class.php
Normal file
62
plugins/stPocztaPolskaPlugin/lib/en/PrintKindEnum.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 8031bddeacff6e937e6011bc7353f24a
|
||||
*/
|
||||
class PrintKindEnum
|
||||
{
|
||||
/**
|
||||
* @value ADDRESS_LABEL
|
||||
*/
|
||||
const ADDRESS_LABEL = 'ADDRESS_LABEL';
|
||||
|
||||
/**
|
||||
* @value ADDRESS_LABEL_BY_GUID
|
||||
*/
|
||||
const ADDRESS_LABEL_BY_GUID = 'ADDRESS_LABEL_BY_GUID';
|
||||
|
||||
/**
|
||||
* @value CUSTOMS_DECLARATION
|
||||
*/
|
||||
const CUSTOMS_DECLARATION = 'CUSTOMS_DECLARATION';
|
||||
|
||||
/**
|
||||
* @value ADDRESS_LABEL_FOR_RETURN_DOCUMENTS
|
||||
*/
|
||||
const ADDRESS_LABEL_FOR_RETURN_DOCUMENTS = 'ADDRESS_LABEL_FOR_RETURN_DOCUMENTS';
|
||||
|
||||
/**
|
||||
* @value CHECKLIST
|
||||
*/
|
||||
const CHECKLIST = 'CHECKLIST';
|
||||
|
||||
/**
|
||||
* @value COLLECT_ON_DELIVERY_FORM
|
||||
*/
|
||||
const COLLECT_ON_DELIVERY_FORM = 'COLLECT_ON_DELIVERY_FORM';
|
||||
|
||||
/**
|
||||
* @value WAYBILL
|
||||
*/
|
||||
const WAYBILL = 'WAYBILL';
|
||||
|
||||
/**
|
||||
* @value REPORT
|
||||
*/
|
||||
const REPORT = 'REPORT';
|
||||
|
||||
/**
|
||||
* @value ADDRESS_LABEL_FOR_ERETURN
|
||||
*/
|
||||
const ADDRESS_LABEL_FOR_ERETURN = 'ADDRESS_LABEL_FOR_ERETURN';
|
||||
|
||||
/**
|
||||
* @value ADDRESS_LABEL_FOR_FOREGIN_RETURN
|
||||
*/
|
||||
const ADDRESS_LABEL_FOR_FOREGIN_RETURN = 'ADDRESS_LABEL_FOR_FOREGIN_RETURN';
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 72334dc47a5d8d4f2014a7fecea0c913
|
||||
*/
|
||||
class PrintMethodEnum
|
||||
{
|
||||
/**
|
||||
* @value EACH_PARCEL_SEPARATELY
|
||||
*/
|
||||
const EACH_PARCEL_SEPARATELY = 'EACH_PARCEL_SEPARATELY';
|
||||
|
||||
/**
|
||||
* @value ALL_PARCELS_IN_ONE_FILE
|
||||
*/
|
||||
const ALL_PARCELS_IN_ONE_FILE = 'ALL_PARCELS_IN_ONE_FILE';
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 136c5bcf9cfd0756f05d5cf35e321826
|
||||
*/
|
||||
class PrintResolutionEnum
|
||||
{
|
||||
/**
|
||||
* @value DPI_300
|
||||
*/
|
||||
const DPI_300 = 'DPI_300';
|
||||
|
||||
/**
|
||||
* @value DPI_203
|
||||
*/
|
||||
const DPI_203 = 'DPI_203';
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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 e35714c58bf3a963052761370aff0658
|
||||
*/
|
||||
class PrintResultType
|
||||
{
|
||||
/**
|
||||
* @basetype guidType
|
||||
* @length 32
|
||||
*
|
||||
* @var string $guid
|
||||
*/
|
||||
public $guid;
|
||||
|
||||
/**
|
||||
* @var base64Binary $print
|
||||
*/
|
||||
public $print;
|
||||
}
|
||||
34
plugins/stPocztaPolskaPlugin/lib/en/PrintType.class.php
Normal file
34
plugins/stPocztaPolskaPlugin/lib/en/PrintType.class.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?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 73860bbb8a6ad37cfaaaa2c1857c3f60
|
||||
*/
|
||||
class PrintType
|
||||
{
|
||||
/**
|
||||
* @var string $kind One of the constants defined in PrintKindEnum
|
||||
* @mandatory
|
||||
*/
|
||||
public $kind;
|
||||
|
||||
/**
|
||||
* @var string $method One of the constants defined in PrintMethodEnum
|
||||
* @mandatory
|
||||
*/
|
||||
public $method;
|
||||
|
||||
/**
|
||||
* @var string $format One of the constants defined in PrintFormatEnum
|
||||
*/
|
||||
public $format;
|
||||
|
||||
/**
|
||||
* @var string $resolution One of the constants defined in PrintResolutionEnum
|
||||
*/
|
||||
public $resolution;
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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 af778978568630d0fcfa927269e3a101
|
||||
*/
|
||||
class ShipmentContentsDetailsType
|
||||
{
|
||||
/**
|
||||
* @var string $description
|
||||
* @mandatory
|
||||
*/
|
||||
public $description;
|
||||
|
||||
/**
|
||||
* @var int $quantity
|
||||
* @mandatory
|
||||
*/
|
||||
public $quantity;
|
||||
|
||||
/**
|
||||
* @var int $netWeight
|
||||
*/
|
||||
public $netWeight;
|
||||
|
||||
/**
|
||||
* @var int $declaredValue
|
||||
* @mandatory
|
||||
*/
|
||||
public $declaredValue;
|
||||
|
||||
/**
|
||||
* @basetype HarmonizedSystemCodeType
|
||||
* @pattern \d{1,10}
|
||||
*
|
||||
* @var string $harmonizedSystemCode
|
||||
*/
|
||||
public $harmonizedSystemCode;
|
||||
|
||||
/**
|
||||
* @var string $originLocationCode
|
||||
*/
|
||||
public $originLocationCode;
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
<?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 b67a9e0dfab4a2babee34a63cd8624a5
|
||||
*/
|
||||
class SzczegolyZawartosciPrzesylkiZagranicznejType
|
||||
{
|
||||
/**
|
||||
* @var string $okreslenieZawartosci
|
||||
* @mandatory
|
||||
*/
|
||||
public $okreslenieZawartosci;
|
||||
|
||||
/**
|
||||
* @var int $ilosc
|
||||
* @mandatory
|
||||
*/
|
||||
public $ilosc;
|
||||
|
||||
/**
|
||||
* @var int $masaNetto
|
||||
*/
|
||||
public $masaNetto;
|
||||
|
||||
/**
|
||||
* @var float $wartosc
|
||||
* @mandatory
|
||||
*/
|
||||
public $wartosc;
|
||||
|
||||
/**
|
||||
* @var string $numerTaryfyHs
|
||||
*/
|
||||
public $numerTaryfyHs;
|
||||
|
||||
/**
|
||||
* @var string $krajPochodzeniaKodAlfa2
|
||||
*/
|
||||
public $krajPochodzeniaKodAlfa2;
|
||||
}
|
||||
@@ -0,0 +1,42 @@
|
||||
<?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 40be8174c65f66878699496bf64ae1f5
|
||||
*/
|
||||
class ZawartoscPrzesylkiZagranicznejEnum
|
||||
{
|
||||
/**
|
||||
* @value SPRZEDAZ_TOWARU
|
||||
*/
|
||||
const SPRZEDAZ_TOWARU = 'SPRZEDAZ_TOWARU';
|
||||
|
||||
/**
|
||||
* @value ZWROT_TOWARU
|
||||
*/
|
||||
const ZWROT_TOWARU = 'ZWROT_TOWARU';
|
||||
|
||||
/**
|
||||
* @value PREZENT
|
||||
*/
|
||||
const PREZENT = 'PREZENT';
|
||||
|
||||
/**
|
||||
* @value PROBKA_HANDLOWA
|
||||
*/
|
||||
const PROBKA_HANDLOWA = 'PROBKA_HANDLOWA';
|
||||
|
||||
/**
|
||||
* @value DOKUMENT
|
||||
*/
|
||||
const DOKUMENT = 'DOKUMENT';
|
||||
|
||||
/**
|
||||
* @value INNE
|
||||
*/
|
||||
const INNE = 'INNE';
|
||||
}
|
||||
99
plugins/stPocztaPolskaPlugin/lib/en/accountType.class.php
Normal file
99
plugins/stPocztaPolskaPlugin/lib/en/accountType.class.php
Normal file
@@ -0,0 +1,99 @@
|
||||
<?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 99bbed3b1c0e06c4c3796cb5da73ead2
|
||||
*/
|
||||
class accountType
|
||||
{
|
||||
/**
|
||||
* @var kartaType[] $karta
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $karta;
|
||||
|
||||
/**
|
||||
* @var string[] $permision One of the constants defined in permisionType
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $permision;
|
||||
|
||||
/**
|
||||
* @var profilType[] $profil
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $profil;
|
||||
|
||||
/**
|
||||
* @var jednostkaOrganizacyjnaType[] $jednostka
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $jednostka;
|
||||
|
||||
/**
|
||||
* @var jednostkaOrganizacyjnaType $domyslnaJednostka
|
||||
*/
|
||||
public $domyslnaJednostka;
|
||||
|
||||
/**
|
||||
* @var profilType $domyslnyProfil
|
||||
*/
|
||||
public $domyslnyProfil;
|
||||
|
||||
/**
|
||||
* @var string[] $dostepPoAdresieIP
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $dostepPoAdresieIP;
|
||||
|
||||
/**
|
||||
* @var int $idDomyslnyProfilDokZwrKlient
|
||||
*/
|
||||
public $idDomyslnyProfilDokZwrKlient;
|
||||
|
||||
/**
|
||||
* @var int $idDomyslnyProfilDokZwrUzytk
|
||||
*/
|
||||
public $idDomyslnyProfilDokZwrUzytk;
|
||||
|
||||
/**
|
||||
* @var string[] $rodzajPrzypisania One of the constants defined in rodzajPrzypisaniaDoJednostkiEnum
|
||||
* @range Between 0 and 2
|
||||
*/
|
||||
public $rodzajPrzypisania;
|
||||
|
||||
/**
|
||||
* @var string $userName
|
||||
* @range Between 0 and 2
|
||||
*/
|
||||
public $userName;
|
||||
|
||||
/**
|
||||
* @var string $firstName
|
||||
* @range Between 0 and 2
|
||||
*/
|
||||
public $firstName;
|
||||
|
||||
/**
|
||||
* @var string $lastName
|
||||
* @range Between 0 and 2
|
||||
*/
|
||||
public $lastName;
|
||||
|
||||
/**
|
||||
* @var string $email
|
||||
* @range Between 0 and 2
|
||||
*/
|
||||
public $email;
|
||||
|
||||
/**
|
||||
* @var string $status One of the constants defined in statusAccountType
|
||||
* @range Between 0 and 2
|
||||
*/
|
||||
public $status;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 baf8830300d9cc8d81d31fc232ff9818
|
||||
*/
|
||||
class addOdwolanieDoReklamacji
|
||||
{
|
||||
/**
|
||||
* @var reklamowanaPrzesylkaType[] $reklamacja
|
||||
* @mandatory
|
||||
* @range Between 1 and 500
|
||||
*/
|
||||
public $reklamacja;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 174b04bd31b7dc6e0715f3991b0f1325
|
||||
*/
|
||||
class addOdwolanieDoReklamacjiResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @var reklamacjaInfoType[] $reklamacjaInfo
|
||||
* @range Between 0 and 500
|
||||
*/
|
||||
public $reklamacjaInfo;
|
||||
}
|
||||
19
plugins/stPocztaPolskaPlugin/lib/en/addReklamacje.class.php
Normal file
19
plugins/stPocztaPolskaPlugin/lib/en/addReklamacje.class.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?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 0dd13efbda7493f3f810e9776e1b9cbf
|
||||
*/
|
||||
class addReklamacje
|
||||
{
|
||||
/**
|
||||
* @var reklamowanaPrzesylkaType[] $reklamowanaPrzesylka
|
||||
* @mandatory
|
||||
* @range Between 1 and 500
|
||||
*/
|
||||
public $reklamowanaPrzesylka;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 4a3eba287547209c5eca7b18f2c38a4f
|
||||
*/
|
||||
class addReklamacjeResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @var reklamacjaInfoType[] $reklamacjaInfo
|
||||
* @range Between 0 and 500
|
||||
*/
|
||||
public $reklamacjaInfo;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 4623109a1a63ae197eaa279a0dd71bc6
|
||||
*/
|
||||
class addRozbieznoscDoZapowiedziFaktur
|
||||
{
|
||||
/**
|
||||
* @var base64Binary[] $rozbieznosciZipFile
|
||||
* @mandatory
|
||||
* @range Between 1 and 10
|
||||
*/
|
||||
public $rozbieznosciZipFile;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 630991e1599886783370f9d6d9809466
|
||||
*/
|
||||
class addRozbieznoscDoZapowiedziFakturResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
24
plugins/stPocztaPolskaPlugin/lib/en/addShipment.class.php
Normal file
24
plugins/stPocztaPolskaPlugin/lib/en/addShipment.class.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?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 b0b572dc75b47910e2d6cca7a4963515
|
||||
*/
|
||||
class addShipment
|
||||
{
|
||||
/**
|
||||
* @var przesylkaType[] $przesylki
|
||||
* @mandatory
|
||||
* @range Between 1 and 500
|
||||
*/
|
||||
public $przesylki;
|
||||
|
||||
/**
|
||||
* @var int $idBufor
|
||||
*/
|
||||
public $idBufor;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 8a979d7f0b006c22cd8225bde05cd96b
|
||||
*/
|
||||
class addShipmentResponse
|
||||
{
|
||||
/**
|
||||
* @var addShipmentResponseItemType[] $retval
|
||||
* @mandatory
|
||||
* @range Between 1 and 500
|
||||
*/
|
||||
public $retval;
|
||||
}
|
||||
@@ -0,0 +1,41 @@
|
||||
<?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 78f32f44e0b838fda8b6f75b88236662
|
||||
*/
|
||||
class addShipmentResponseItemType
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @basetype numerNadaniaType
|
||||
*
|
||||
* @var string $numerNadania
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $numerNadania;
|
||||
|
||||
/**
|
||||
* @basetype guidType
|
||||
* @length 32
|
||||
*
|
||||
* @var string $guid
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $guid;
|
||||
|
||||
/**
|
||||
* @var string $numerTransakcjiOdbioru
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $numerTransakcjiOdbioru;
|
||||
}
|
||||
@@ -0,0 +1,25 @@
|
||||
<?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 1698589d58c2ccfa415f2931f1b6ce7f
|
||||
*/
|
||||
class addZalacznikDoReklamacji
|
||||
{
|
||||
/**
|
||||
* @var string $idReklamacja
|
||||
* @mandatory
|
||||
*/
|
||||
public $idReklamacja;
|
||||
|
||||
/**
|
||||
* @var zalacznikDoReklamacjiType[] $zalacznik
|
||||
* @mandatory
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $zalacznik;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 7dfcf74eb95a2a34d6685fcd4aaaacaf
|
||||
*/
|
||||
class addZalacznikDoReklamacjiResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
<?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 e1b1719351b59393354cbcf9418210a3
|
||||
*/
|
||||
class additionalActivityType
|
||||
{
|
||||
/**
|
||||
* @var int $idActivity
|
||||
*/
|
||||
public $idActivity;
|
||||
|
||||
/**
|
||||
* @basetype String127
|
||||
*
|
||||
* @var string $name
|
||||
*/
|
||||
public $name;
|
||||
|
||||
/**
|
||||
* @basetype String1023
|
||||
*
|
||||
* @var string $description
|
||||
*/
|
||||
public $description;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $critical
|
||||
*/
|
||||
public $critical;
|
||||
|
||||
/**
|
||||
* @var int $order
|
||||
*/
|
||||
public $order;
|
||||
|
||||
/**
|
||||
* @var date $validFrom
|
||||
*/
|
||||
public $validFrom;
|
||||
|
||||
/**
|
||||
* @var date $validTo
|
||||
*/
|
||||
public $validTo;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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 78e56aea20db99114e4ec00e54857210
|
||||
*/
|
||||
class addressLabelContent
|
||||
{
|
||||
/**
|
||||
* @var base64Binary $pdfContent
|
||||
*/
|
||||
public $pdfContent;
|
||||
|
||||
/**
|
||||
* @var string $nrNadania
|
||||
*/
|
||||
public $nrNadania;
|
||||
|
||||
/**
|
||||
* @var string $guid
|
||||
*/
|
||||
public $guid;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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 87addefb27940136eed45cfe58e8a06e
|
||||
*/
|
||||
class adresKorespondencyjny extends adresType
|
||||
{
|
||||
/**
|
||||
* @var int $id
|
||||
*/
|
||||
public $id;
|
||||
}
|
||||
101
plugins/stPocztaPolskaPlugin/lib/en/adresType.class.php
Normal file
101
plugins/stPocztaPolskaPlugin/lib/en/adresType.class.php
Normal file
@@ -0,0 +1,101 @@
|
||||
<?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 989a67781fe0562e674eb5feeda06b29
|
||||
*/
|
||||
class adresType
|
||||
{
|
||||
/**
|
||||
* @basetype nazwaType
|
||||
*
|
||||
* @var string $nazwa
|
||||
*/
|
||||
public $nazwa;
|
||||
|
||||
/**
|
||||
* @basetype nazwa2Type
|
||||
*
|
||||
* @var string $nazwa2
|
||||
*/
|
||||
public $nazwa2;
|
||||
|
||||
/**
|
||||
* @basetype ulicaType
|
||||
*
|
||||
* @var string $ulica
|
||||
*/
|
||||
public $ulica;
|
||||
|
||||
/**
|
||||
* @basetype numerDomuType
|
||||
*
|
||||
* @var string $numerDomu
|
||||
*/
|
||||
public $numerDomu;
|
||||
|
||||
/**
|
||||
* @basetype numerLokaluType
|
||||
*
|
||||
* @var string $numerLokalu
|
||||
*/
|
||||
public $numerLokalu;
|
||||
|
||||
/**
|
||||
* @basetype miejscowoscType
|
||||
*
|
||||
* @var string $miejscowosc
|
||||
*/
|
||||
public $miejscowosc;
|
||||
|
||||
/**
|
||||
* @basetype kodPocztowyType
|
||||
*
|
||||
* @var string $kodPocztowy
|
||||
*/
|
||||
public $kodPocztowy;
|
||||
|
||||
/**
|
||||
* @basetype krajType
|
||||
*
|
||||
* @var string $kraj
|
||||
*/
|
||||
public $kraj;
|
||||
|
||||
/**
|
||||
* @basetype telefonType
|
||||
*
|
||||
* @var string $telefon
|
||||
*/
|
||||
public $telefon;
|
||||
|
||||
/**
|
||||
* @basetype emailType
|
||||
*
|
||||
* @var string $email
|
||||
*/
|
||||
public $email;
|
||||
|
||||
/**
|
||||
* @basetype mobileType
|
||||
* @length 9
|
||||
* @pattern (21|45|50|51|53|57|60|66|69|72|73|78|79|88)[0-9]{7}
|
||||
*
|
||||
* @var string $mobile
|
||||
*/
|
||||
public $mobile;
|
||||
|
||||
/**
|
||||
* @var string $osobaKontaktowa
|
||||
*/
|
||||
public $osobaKontaktowa;
|
||||
|
||||
/**
|
||||
* @var string $nip
|
||||
*/
|
||||
public $nip;
|
||||
}
|
||||
22
plugins/stPocztaPolskaPlugin/lib/en/awizacjaType.class.php
Normal file
22
plugins/stPocztaPolskaPlugin/lib/en/awizacjaType.class.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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 ee2c49ba9f84e13e44a177dea7dcfdea
|
||||
*/
|
||||
class awizacjaType
|
||||
{
|
||||
/**
|
||||
* @var time $od
|
||||
*/
|
||||
public $od;
|
||||
|
||||
/**
|
||||
* @var time $do
|
||||
*/
|
||||
public $do;
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
<?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 4361fe4d384544bc07007c4ebc8d49b2
|
||||
*/
|
||||
class awizoPrzesylkiType
|
||||
{
|
||||
/**
|
||||
* @var date $dataPierwszegoAwizowania
|
||||
*/
|
||||
public $dataPierwszegoAwizowania;
|
||||
|
||||
/**
|
||||
* @var date $dataDrugiegoAwizowania
|
||||
*/
|
||||
public $dataDrugiegoAwizowania;
|
||||
|
||||
/**
|
||||
* @var string $miejscePozostawienia One of the constants defined in miejscaPozostawieniaAwizoEnum
|
||||
*/
|
||||
public $miejscePozostawienia;
|
||||
|
||||
/**
|
||||
* @var int $idPlacowkaPocztowaWydajaca
|
||||
*/
|
||||
public $idPlacowkaPocztowaWydajaca;
|
||||
}
|
||||
58
plugins/stPocztaPolskaPlugin/lib/en/buforType.class.php
Normal file
58
plugins/stPocztaPolskaPlugin/lib/en/buforType.class.php
Normal file
@@ -0,0 +1,58 @@
|
||||
<?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 00b82bc7fa2fe458e2d2cfd460e61186
|
||||
*/
|
||||
class buforType
|
||||
{
|
||||
/**
|
||||
* @var profilType $profil
|
||||
*/
|
||||
public $profil;
|
||||
|
||||
/**
|
||||
* @var int $idKarta
|
||||
*/
|
||||
public $idKarta;
|
||||
|
||||
/**
|
||||
* @var int $idBufor
|
||||
*/
|
||||
public $idBufor;
|
||||
|
||||
/**
|
||||
* @var date $dataNadania
|
||||
*/
|
||||
public $dataNadania;
|
||||
|
||||
/**
|
||||
* @basetype urzadNadaniaType
|
||||
*
|
||||
* @var int $urzadNadania
|
||||
*/
|
||||
public $urzadNadania;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $active
|
||||
*/
|
||||
public $active;
|
||||
|
||||
/**
|
||||
* @var string $opis
|
||||
*/
|
||||
public $opis;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $aktualizujPlanowanaDateNadaniaPrzesylek
|
||||
*/
|
||||
public $aktualizujPlanowanaDateNadaniaPrzesylek;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 507ea93b85122f6358d41d07a1d711c6
|
||||
*/
|
||||
class cancelReklamacja
|
||||
{
|
||||
/**
|
||||
* @var int $idRelkamacja
|
||||
* @mandatory
|
||||
*/
|
||||
public $idRelkamacja;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 f7960099d5f71d380e4a813d5833f51d
|
||||
*/
|
||||
class cancelReklamacjaResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
17
plugins/stPocztaPolskaPlugin/lib/en/changePassword.class.php
Normal file
17
plugins/stPocztaPolskaPlugin/lib/en/changePassword.class.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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 541180506c9b0cca804e0c77002461c1
|
||||
*/
|
||||
class changePassword
|
||||
{
|
||||
/**
|
||||
* @var string $newPassword
|
||||
*/
|
||||
public $newPassword;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 e317d80793364c95864f814b74d30cc1
|
||||
*/
|
||||
class changePasswordResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,91 @@
|
||||
<?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 87f502026d26db22aa1b61fac44e7b5a
|
||||
*/
|
||||
class checklistTemplateType
|
||||
{
|
||||
/**
|
||||
* @var int $idChecklistTemplate
|
||||
*/
|
||||
public $idChecklistTemplate;
|
||||
|
||||
/**
|
||||
* @var int $idKarta
|
||||
*/
|
||||
public $idKarta;
|
||||
|
||||
/**
|
||||
* @basetype nameChecklistType
|
||||
*
|
||||
* @var string $name
|
||||
*/
|
||||
public $name;
|
||||
|
||||
/**
|
||||
* @basetype titleChecklistType
|
||||
*
|
||||
* @var string $title
|
||||
*/
|
||||
public $title;
|
||||
|
||||
/**
|
||||
* @basetype descriptionChecklistType
|
||||
*
|
||||
* @var string $description
|
||||
*/
|
||||
public $description;
|
||||
|
||||
/**
|
||||
* @basetype infoForCourierType
|
||||
*
|
||||
* @var string $infoForCourier
|
||||
*/
|
||||
public $infoForCourier;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $default
|
||||
*/
|
||||
public $default;
|
||||
|
||||
/**
|
||||
* @var date $validFrom
|
||||
*/
|
||||
public $validFrom;
|
||||
|
||||
/**
|
||||
* @var date $validTo
|
||||
*/
|
||||
public $validTo;
|
||||
|
||||
/**
|
||||
* @var base64Binary $logo
|
||||
*/
|
||||
public $logo;
|
||||
|
||||
/**
|
||||
* @var string $service One of the constants defined in serwisPrzesylkaProceduralnaType
|
||||
*/
|
||||
public $service;
|
||||
|
||||
/**
|
||||
* @var additionalActivityType[] $additionalActivity
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $additionalActivity;
|
||||
|
||||
/**
|
||||
* @basetype guidType
|
||||
* @length 32
|
||||
*
|
||||
* @var string $guid
|
||||
*/
|
||||
public $guid;
|
||||
}
|
||||
17
plugins/stPocztaPolskaPlugin/lib/en/clearEnvelope.class.php
Normal file
17
plugins/stPocztaPolskaPlugin/lib/en/clearEnvelope.class.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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 4ca5cb586319bb85c9c37796c71a4b7b
|
||||
*/
|
||||
class clearEnvelope
|
||||
{
|
||||
/**
|
||||
* @var int $idBufor
|
||||
*/
|
||||
public $idBufor;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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 e2dcdde5c00598a7f748d4e92e5aee38
|
||||
*/
|
||||
class clearEnvelopeByGuids
|
||||
{
|
||||
/**
|
||||
* @basetype guidType
|
||||
* @length 32
|
||||
*
|
||||
* @var string[] $guid
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $guid;
|
||||
|
||||
/**
|
||||
* @var int $idBufor
|
||||
*/
|
||||
public $idBufor;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 bde776e4da13838cc4fd04ff92d1513d
|
||||
*/
|
||||
class clearEnvelopeByGuidsResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
<?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 8e414f1fbdf074184d9364440110ce92
|
||||
*/
|
||||
class clearEnvelopeResponse
|
||||
{
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $retval
|
||||
* @mandatory
|
||||
*/
|
||||
public $retval;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
18
plugins/stPocztaPolskaPlugin/lib/en/createAccount.class.php
Normal file
18
plugins/stPocztaPolskaPlugin/lib/en/createAccount.class.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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 0524982f1b8dd9b9d1f7357bece685c8
|
||||
*/
|
||||
class createAccount
|
||||
{
|
||||
/**
|
||||
* @var accountType $account
|
||||
* @mandatory
|
||||
*/
|
||||
public $account;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 2aa66f7df8ecff6e53224614bdfd7463
|
||||
*/
|
||||
class createAccountResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 49e0f390304d6143ff7a20ce42120e13
|
||||
*/
|
||||
class createChecklistTemplate
|
||||
{
|
||||
/**
|
||||
* @var checklistTemplateType[] $checklistTemplate
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $checklistTemplate;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 5350a8ce6b7760f8246bde31f783b47c
|
||||
*/
|
||||
class createChecklistTemplateResponse
|
||||
{
|
||||
/**
|
||||
* @var checklistTemplateType[] $checklistTemplate
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $checklistTemplate;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 2428fd27c1824d10012b4d234270cc45
|
||||
*/
|
||||
class createEnvelopeBufor
|
||||
{
|
||||
/**
|
||||
* @var buforType[] $bufor
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $bufor;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 e8f70a1ebdf9dfa41d92d5bf583ee15c
|
||||
*/
|
||||
class createEnvelopeBuforResponse
|
||||
{
|
||||
/**
|
||||
* @var buforType[] $createdBufor
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $createdBufor;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 bef70593dd82f9457f0b237c7ebf31f5
|
||||
*/
|
||||
class createParcelContent
|
||||
{
|
||||
/**
|
||||
* @var parcelContentType[] $parcelContent
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $parcelContent;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 c0704632bea46bf3226bb1b6e716dea4
|
||||
*/
|
||||
class createParcelContentResponse
|
||||
{
|
||||
/**
|
||||
* @var parcelContentType[] $parcelContent
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $parcelContent;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
18
plugins/stPocztaPolskaPlugin/lib/en/createProfil.class.php
Normal file
18
plugins/stPocztaPolskaPlugin/lib/en/createProfil.class.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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 9c96326d2a8344f48eb65809a3bc2d0f
|
||||
*/
|
||||
class createProfil
|
||||
{
|
||||
/**
|
||||
* @var profilType $profil
|
||||
* @mandatory
|
||||
*/
|
||||
public $profil;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 11f1e78df444ed225afd26130c138713
|
||||
*/
|
||||
class createProfilResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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 8486f5717d0deaceaef2190c2d4193e9
|
||||
*/
|
||||
class createReturnDocumentsProfile
|
||||
{
|
||||
/**
|
||||
* @var returnDocumentProfileType $profile
|
||||
*/
|
||||
public $profile;
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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 d65ba9d7c9d10e3a90e915769dee50e6
|
||||
*/
|
||||
class createReturnDocumentsProfileResponse
|
||||
{
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $result
|
||||
*/
|
||||
public $result;
|
||||
|
||||
/**
|
||||
* @var int $idProfile
|
||||
*/
|
||||
public $idProfile;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 4f06e01f099caa0830d9f2740f843f91
|
||||
*/
|
||||
class createShopEZwroty
|
||||
{
|
||||
/**
|
||||
* @var shopEZwrotyType $shop
|
||||
* @mandatory
|
||||
*/
|
||||
public $shop;
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
<?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 b30cf530d1e3d039e187a4eb07d2ed3e
|
||||
*/
|
||||
class createShopEZwrotyResponse
|
||||
{
|
||||
/**
|
||||
* @var int $idShop
|
||||
*/
|
||||
public $idShop;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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 ec9094448bdd25bfa17adaf0ad2e2655
|
||||
*/
|
||||
class czynnoscUpustowaType
|
||||
{
|
||||
/**
|
||||
* @value POSORTOWANA
|
||||
*/
|
||||
const POSORTOWANA = 'POSORTOWANA';
|
||||
}
|
||||
48
plugins/stPocztaPolskaPlugin/lib/en/daneSentType.class.php
Normal file
48
plugins/stPocztaPolskaPlugin/lib/en/daneSentType.class.php
Normal file
@@ -0,0 +1,48 @@
|
||||
<?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 81d645b5ce923a989ae8c874d792467a
|
||||
*/
|
||||
class daneSentType
|
||||
{
|
||||
/**
|
||||
* @var string $numer
|
||||
* @mandatory
|
||||
*/
|
||||
public $numer;
|
||||
|
||||
/**
|
||||
* @var string $kluczPrzewoznika
|
||||
* @mandatory
|
||||
*/
|
||||
public $kluczPrzewoznika;
|
||||
|
||||
/**
|
||||
* @var string $kodCN
|
||||
*/
|
||||
public $kodCN;
|
||||
|
||||
/**
|
||||
* @var string $kodPKWiU
|
||||
*/
|
||||
public $kodPKWiU;
|
||||
|
||||
/**
|
||||
* @basetype decimal
|
||||
*
|
||||
* @var float $masa
|
||||
*/
|
||||
public $masa;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $proceduraAwaryjna
|
||||
*/
|
||||
public $proceduraAwaryjna;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 b2a9f0d5576ed18fa475ecd9de791f69
|
||||
*/
|
||||
class dataZlozeniaType
|
||||
{
|
||||
/**
|
||||
* @var date $od
|
||||
* @mandatory
|
||||
*/
|
||||
public $od;
|
||||
|
||||
/**
|
||||
* @var date $do
|
||||
* @mandatory
|
||||
*/
|
||||
public $do;
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
<?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 976b71b79e7a39fe42318ac602d7d2fb
|
||||
*/
|
||||
class deklaracjaCelna2Type
|
||||
{
|
||||
/**
|
||||
* @var string $rodzaj One of the constants defined in DeklaracaCelnaRodzajEnum
|
||||
* @mandatory
|
||||
*/
|
||||
public $rodzaj;
|
||||
|
||||
/**
|
||||
* @var string $zawartoscPrzesylki One of the constants defined in ZawartoscPrzesylkiZagranicznejEnum
|
||||
* @mandatory
|
||||
*/
|
||||
public $zawartoscPrzesylki;
|
||||
|
||||
/**
|
||||
* @var DokumentyTowarzyszaceType[] $dokumentyTowarzyszace
|
||||
* @range Between 0 and 5
|
||||
*/
|
||||
public $dokumentyTowarzyszace;
|
||||
|
||||
/**
|
||||
* @var string $wyjasnienie
|
||||
*/
|
||||
public $wyjasnienie;
|
||||
|
||||
/**
|
||||
* @var string $oplatyPocztowe
|
||||
*/
|
||||
public $oplatyPocztowe;
|
||||
|
||||
/**
|
||||
* @var string $uwagi
|
||||
*/
|
||||
public $uwagi;
|
||||
|
||||
/**
|
||||
* @var string $numerReferencyjnyImportera
|
||||
*/
|
||||
public $numerReferencyjnyImportera;
|
||||
|
||||
/**
|
||||
* @var string $numerTelefonuImportera
|
||||
*/
|
||||
public $numerTelefonuImportera;
|
||||
|
||||
/**
|
||||
* @var string $walutaKodISO
|
||||
* @mandatory
|
||||
*/
|
||||
public $walutaKodISO;
|
||||
|
||||
/**
|
||||
* @var SzczegolyZawartosciPrzesylkiZagranicznejType[] $szczegolyZawartosciPrzesylki
|
||||
* @mandatory
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $szczegolyZawartosciPrzesylki;
|
||||
|
||||
/**
|
||||
* @var string $numerReferencyjnyCelny
|
||||
*/
|
||||
public $numerReferencyjnyCelny;
|
||||
}
|
||||
@@ -0,0 +1,121 @@
|
||||
<?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 504d55aa518ece490d6e269a1bc2a75a
|
||||
*/
|
||||
class deklaracjaCelnaType
|
||||
{
|
||||
/**
|
||||
* @var szczegolyDeklaracjiCelnejType[] $szczegoly
|
||||
* @mandatory
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $szczegoly;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $podarunek
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $podarunek;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $dokument
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $dokument;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $probkaHandlowa
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $probkaHandlowa;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $zwrotTowaru
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $zwrotTowaru;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $towary
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $towary;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $inny
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $inny;
|
||||
|
||||
/**
|
||||
* @var string $wyjasnienie
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $wyjasnienie;
|
||||
|
||||
/**
|
||||
* @var string $oplatyPocztowe
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $oplatyPocztowe;
|
||||
|
||||
/**
|
||||
* @var string $uwagi
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $uwagi;
|
||||
|
||||
/**
|
||||
* @var string $licencja
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $licencja;
|
||||
|
||||
/**
|
||||
* @var string $swiadectwo
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $swiadectwo;
|
||||
|
||||
/**
|
||||
* @var string $faktura
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $faktura;
|
||||
|
||||
/**
|
||||
* @var string $numerReferencyjnyImportera
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $numerReferencyjnyImportera;
|
||||
|
||||
/**
|
||||
* @var string $numerTelefonuImportera
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $numerTelefonuImportera;
|
||||
|
||||
/**
|
||||
* @var string $waluta
|
||||
* @range Between 1 and 5
|
||||
*/
|
||||
public $waluta;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 62484fbcb6d13f8075695e2d3d3376a1
|
||||
*/
|
||||
class deleteChecklistTemplate
|
||||
{
|
||||
/**
|
||||
* @var checklistTemplateType[] $checklistTemplate
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $checklistTemplate;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 181065684e2a26b3bfa8a28733f04302
|
||||
*/
|
||||
class deleteChecklistTemplateResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 74f5a896dbc18462bd2fe5b50ad76692
|
||||
*/
|
||||
class deleteParcelContent
|
||||
{
|
||||
/**
|
||||
* @var parcelContentType[] $parcelContent
|
||||
* @mandatory
|
||||
* @range 1 or more
|
||||
*/
|
||||
public $parcelContent;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 3d4ccc848d4fbb729199621258658698
|
||||
*/
|
||||
class deleteParcelContentResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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 b572b326cca2dd6f0755395510e0e9d0
|
||||
*/
|
||||
class deleteReturnDocumentsProfile
|
||||
{
|
||||
/**
|
||||
* @var int $idProfile
|
||||
*/
|
||||
public $idProfile;
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
<?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 59015cfeb300ec3e2f7371ed7ae50aa4
|
||||
*/
|
||||
class deleteReturnDocumentsProfileResponse
|
||||
{
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $result
|
||||
*/
|
||||
public $result;
|
||||
|
||||
/**
|
||||
* @var int $idProfile
|
||||
*/
|
||||
public $idProfile;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 20bd8f545897952240905e1f63634f7b
|
||||
*/
|
||||
class deleteShopEZwroty
|
||||
{
|
||||
/**
|
||||
* @var int $idShop
|
||||
* @mandatory
|
||||
*/
|
||||
public $idShop;
|
||||
}
|
||||
@@ -0,0 +1,18 @@
|
||||
<?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 cd729ada8e8e4e1403045db62e500abb
|
||||
*/
|
||||
class deleteShopEZwrotyResponse
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
<?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 5b75c7bc3ebbe9a3c9a3252d98d54a56
|
||||
*/
|
||||
class deliveryPathType
|
||||
{
|
||||
/**
|
||||
* @var string $endNode
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $endNode;
|
||||
|
||||
/**
|
||||
* @var string $targetingNode
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $targetingNode;
|
||||
|
||||
/**
|
||||
* @var string $assistantNode
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $assistantNode;
|
||||
|
||||
/**
|
||||
* @var string $reloadingPoint
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $reloadingPoint;
|
||||
|
||||
/**
|
||||
* @var string $postOffice
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $postOffice;
|
||||
|
||||
/**
|
||||
* @var string $deliveryRegion
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $deliveryRegion;
|
||||
}
|
||||
@@ -0,0 +1,19 @@
|
||||
<?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 78245e4c00d45d1173a82b3dc2df5bb4
|
||||
*/
|
||||
class doreczenieBiznesowaType
|
||||
{
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $doRakWlasnych
|
||||
*/
|
||||
public $doRakWlasnych;
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
<?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 850b6da67551918c2ceebad4cdd94305
|
||||
*/
|
||||
class doreczeniePrzesylkiType
|
||||
{
|
||||
/**
|
||||
* @var dateTime $data
|
||||
*/
|
||||
public $data;
|
||||
|
||||
/**
|
||||
* @var string $osobaOdbierajaca
|
||||
*/
|
||||
public $osobaOdbierajaca;
|
||||
|
||||
/**
|
||||
* @var string $podmiotDoreczenia One of the constants defined in podmiotDoreczeniaEnum
|
||||
*/
|
||||
public $podmiotDoreczenia;
|
||||
|
||||
/**
|
||||
* @var date $dataPelnomocnictwa
|
||||
*/
|
||||
public $dataPelnomocnictwa;
|
||||
|
||||
/**
|
||||
* @var string $numerPelnomocnictwa
|
||||
*/
|
||||
public $numerPelnomocnictwa;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $pieczecFirmowa
|
||||
*/
|
||||
public $pieczecFirmowa;
|
||||
|
||||
/**
|
||||
* @var string $miejscePozostawieniaZawiadomieniaODoreczeniu One of the constants defined in miejscePozostawieniaZawiadomieniaODoreczeniuEnum
|
||||
*/
|
||||
public $miejscePozostawieniaZawiadomieniaODoreczeniu;
|
||||
}
|
||||
64
plugins/stPocztaPolskaPlugin/lib/en/doreczenieType.class.php
Normal file
64
plugins/stPocztaPolskaPlugin/lib/en/doreczenieType.class.php
Normal file
@@ -0,0 +1,64 @@
|
||||
<?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 437d408c6177a876e8ccfb88b40402bc
|
||||
*/
|
||||
class doreczenieType
|
||||
{
|
||||
/**
|
||||
* @var date $oczekiwanyTerminDoreczenia
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $oczekiwanyTerminDoreczenia;
|
||||
|
||||
/**
|
||||
* @var string $oczekiwanaGodzinaDoreczenia One of the constants defined in oczekiwanaGodzinaDoreczeniaType
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $oczekiwanaGodzinaDoreczenia;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wSobote
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wSobote;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $w90Minut
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $w90Minut;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wNiedzieleLubSwieto
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wNiedzieleLubSwieto;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $doRakWlasnych
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $doRakWlasnych;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wGodzinachOd20Do7
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wGodzinachOd20Do7;
|
||||
}
|
||||
@@ -0,0 +1,72 @@
|
||||
<?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 802d9e8ca84ee313d61caca16ad5d9ba
|
||||
*/
|
||||
class doreczenieUslugaKurierskaType
|
||||
{
|
||||
/**
|
||||
* @var date $oczekiwanyTerminDoreczenia
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $oczekiwanyTerminDoreczenia;
|
||||
|
||||
/**
|
||||
* @var string $oczekiwanaGodzinaDoreczenia One of the constants defined in oczekiwanaGodzinaDoreczeniaUslugiType
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $oczekiwanaGodzinaDoreczenia;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wSobote
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wSobote;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $w90Minut
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $w90Minut;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wNiedzieleLubSwieto
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wNiedzieleLubSwieto;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $doRakWlasnych
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $doRakWlasnych;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wGodzinachOd20Do7
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wGodzinachOd20Do7;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $po17
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $po17;
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
<?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 562773263519554c72a8c49bc89c9391
|
||||
*/
|
||||
class doreczenieUslugaPocztowaType
|
||||
{
|
||||
/**
|
||||
* @var date $oczekiwanyTerminDoreczenia
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $oczekiwanyTerminDoreczenia;
|
||||
|
||||
/**
|
||||
* @var string $oczekiwanaGodzinaDoreczenia One of the constants defined in oczekiwanaGodzinaDoreczeniaUslugiType
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $oczekiwanaGodzinaDoreczenia;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $wSobote
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $wSobote;
|
||||
|
||||
/**
|
||||
* @basetype boolean
|
||||
*
|
||||
* @var bool $doRakWlasnych
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $doRakWlasnych;
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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 88a683e52fa8500f9df3f6f03ceec237
|
||||
*/
|
||||
class downloadIWDContent
|
||||
{
|
||||
/**
|
||||
* @var int $idEnvelope
|
||||
*/
|
||||
public $idEnvelope;
|
||||
}
|
||||
@@ -0,0 +1,24 @@
|
||||
<?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 891d051bc0b3595e551e92da70b2bffa
|
||||
*/
|
||||
class downloadIWDContentResponse
|
||||
{
|
||||
/**
|
||||
* @var base64Binary $IWDContent
|
||||
* @mandatory
|
||||
*/
|
||||
public $IWDContent;
|
||||
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 70863417809e4bca6b77a8182392f1b8
|
||||
*/
|
||||
class eSposobPowiadomieniaType
|
||||
{
|
||||
/**
|
||||
* @value SMS
|
||||
*/
|
||||
const SMS = 'SMS';
|
||||
|
||||
/**
|
||||
* @value EMAIL
|
||||
*/
|
||||
const EMAIL = 'EMAIL';
|
||||
}
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 4e2b6610b165885e453fb8525701d970
|
||||
*/
|
||||
class eZwrotKartaType
|
||||
{
|
||||
/**
|
||||
* @var int $idKarta
|
||||
*/
|
||||
public $idKarta;
|
||||
|
||||
/**
|
||||
* @var int $idAdresKorespondencyjny
|
||||
*/
|
||||
public $idAdresKorespondencyjny;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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 4bc8b818d7853a8bf2039517679b0024
|
||||
*/
|
||||
class eZwrotPrzesylkiType
|
||||
{
|
||||
/**
|
||||
* @value ZWROTPACZKA48
|
||||
*/
|
||||
const ZWROTPACZKA48 = 'ZWROTPACZKA48';
|
||||
|
||||
/**
|
||||
* @value ZWROTKURIEREKSPRES24
|
||||
*/
|
||||
const ZWROTKURIEREKSPRES24 = 'ZWROTKURIEREKSPRES24';
|
||||
|
||||
/**
|
||||
* @value ZWROTPOCZTEX2021
|
||||
*/
|
||||
const ZWROTPOCZTEX2021 = 'ZWROTPOCZTEX2021';
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
<?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 e9617b364fd8acd8c0b005a0f6566f34
|
||||
*/
|
||||
class eZwrotTypZgodyType
|
||||
{
|
||||
/**
|
||||
* @value ZGODA_BRAK
|
||||
*/
|
||||
const ZGODA_BRAK = 'ZGODA_BRAK';
|
||||
|
||||
/**
|
||||
* @value ZGODA_AUTOMATYCZNA
|
||||
*/
|
||||
const ZGODA_AUTOMATYCZNA = 'ZGODA_AUTOMATYCZNA';
|
||||
|
||||
/**
|
||||
* @value ZGODA_INDYWIDUALNA
|
||||
*/
|
||||
const ZGODA_INDYWIDUALNA = 'ZGODA_INDYWIDUALNA';
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
<?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 76735965b75b3ed067e4e50a0cd61e29
|
||||
*/
|
||||
class envelopeInfoType
|
||||
{
|
||||
/**
|
||||
* @var errorType[] $error
|
||||
* @range 0 or more
|
||||
*/
|
||||
public $error;
|
||||
|
||||
/**
|
||||
* @var string $envelopeFilename
|
||||
*/
|
||||
public $envelopeFilename;
|
||||
|
||||
/**
|
||||
* @var int $idEnvelope
|
||||
*/
|
||||
public $idEnvelope;
|
||||
|
||||
/**
|
||||
* @var string $envelopeStatus One of the constants defined in envelopeStatusType
|
||||
*/
|
||||
public $envelopeStatus;
|
||||
|
||||
/**
|
||||
* @var date $dataTransmisji
|
||||
*/
|
||||
public $dataTransmisji;
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
<?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 4549fa2067971228789fa950b1693ab4
|
||||
*/
|
||||
class envelopeStatusType
|
||||
{
|
||||
/**
|
||||
* @value WYSLANY
|
||||
*/
|
||||
const WYSLANY = 'WYSLANY';
|
||||
|
||||
/**
|
||||
* @value DOSTARCZONY
|
||||
*/
|
||||
const DOSTARCZONY = 'DOSTARCZONY';
|
||||
|
||||
/**
|
||||
* @value PRZYJETY
|
||||
*/
|
||||
const PRZYJETY = 'PRZYJETY';
|
||||
|
||||
/**
|
||||
* @value WALIDOWANY
|
||||
*/
|
||||
const WALIDOWANY = 'WALIDOWANY';
|
||||
|
||||
/**
|
||||
* @value BLEDNY
|
||||
*/
|
||||
const BLEDNY = 'BLEDNY';
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user