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

12 lines
250 B
PHP
Raw Normal View History

<?php
namespace Xentral\Carrier\Dhl\Data;
class DeliveryAddress
{
public ?NativeAddress $NativeAddress;
public ?Postfiliale $PostOffice;
public ?PackStation $PackStation;
public ?string $streetNameCode;
public ?string $streetNumberCode;
}