OpenXE/classes/Carrier/Dhl/Data/PackStation.php
2022-11-14 22:29:42 +01:00

13 lines
230 B
PHP

<?php
namespace Xentral\Carrier\Dhl\Data;
class PackStation
{
public string $postNumber;
public string $packstationNumber;
public string $zip;
public string $city;
public ?string $province;
public ?Country $Origin;
}