29 lines
559 B
PHP
29 lines
559 B
PHP
<?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 540f59288b3f1802e5c2e5d7a7343fb5
|
|
*/
|
|
class getPrintForParcel
|
|
{
|
|
/**
|
|
* @basetype guidType
|
|
* @length 32
|
|
*
|
|
* @var string[] $guid
|
|
* @mandatory
|
|
* @range Between 1 and 500
|
|
*/
|
|
public $guid;
|
|
|
|
/**
|
|
* @var PrintType $type
|
|
* @mandatory
|
|
*/
|
|
public $type;
|
|
}
|