3 declare(strict_types=1);
71 return $this->deliveryKey;
82 return $this->shippingKey;
116 return $this->parcels;
136 $this->deliveryKey = $deliveryKey;
147 $this->shippingKey = $shippingKey;
158 $this->items = $items;
169 $this->address = $address;
180 $this->parcels = $parcels;
191 $this->custom = $custom;
202 $this->address = $address;
213 $this->custom = $custom;