OpenXE/classes/Carrier/Dhl/Data/PackStation.php

13 lines
230 B
PHP
Raw Normal View History

<?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;
}