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

9 lines
144 B
PHP
Raw Normal View History

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