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

10 lines
150 B
PHP
Raw Normal View History

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