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

12 lines
203 B
PHP
Raw Normal View History

<?php
namespace Xentral\Carrier\Dhl\Data;
class NativeAddressNew
{
public string $streetName;
public ?string $streetNumber;
public string $zip;
public string $city;
public ?Country $Origin;
}