OpenXE/classes/Carrier/Dhl/Data/Communication.php
2022-11-14 22:29:42 +01:00

10 lines
150 B
PHP

<?php
namespace Xentral\Carrier\Dhl\Data;
class Communication
{
public ?string $phone;
public ?string $email;
public ?string $contactPerson;
}