3 declare(strict_types=1);
41 private $measurements;
57 return $this->deliveryId;
68 return $this->parcelId;
90 return $this->shippingKey;
99 $this->deliveryId = $deliveryId;
110 $this->parcelId = $parcelId;
121 $this->measurements = $measurements;
132 $this->shippingKey = $shippingKey;
143 $this->measurements = $measurements;