DHL: First test candidate ;-)

This commit is contained in:
Andreas Palm
2022-11-22 00:21:57 +01:00
parent 8ad45ed723
commit c37f0d3847
11 changed files with 5674 additions and 157 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ namespace Xentral\Carrier\Dhl\Data;
class Receiver
{
public string $name1;
public ?NativeAddress $Address;
public ?ReceiverNativeAddress $Address;
public ?PackStation $Packstation;
public ?Postfiliale $Postfiliale;
public ?Communication $Communication;