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

14 lines
324 B
PHP
Raw Normal View History

<?php
namespace Xentral\Carrier\Dhl\Data;
class CreateShipmentOrderRequest
{
public Version $Version;
public ShipmentOrder $ShipmentOrder;
public ?string $labelResponseType;
public ?string $groupProfileName;
public ?string $labelFormat;
public ?string $labelFormatRetoure;
public ?string $combinedPrinting;
}