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

10 lines
132 B
PHP
Raw Normal View History

<?php
namespace Xentral\Carrier\Dhl\Data;
class Name
{
public string $name1;
public ?string $name2;
public ?string $name3;
}