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

9 lines
144 B
PHP

<?php
namespace Xentral\Carrier\Dhl\Data;
class ShipmentNotification
{
public string $recipientEmailAddress;
public ?string $templateId;
}