1
0
mirror of https://github.com/OpenXE-org/OpenXE.git synced 2025-02-17 15:00:10 +01:00

12 lines
202 B
PHP
Raw Normal View History

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