Files
grzanieplus.pl/plugins/stPocztaPolskaPlugin/lib/en/PrintMethodEnum.class.php
2025-03-12 17:06:23 +01:00

23 lines
539 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 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';
}