3 declare(strict_types=1);
57 return $this->deliveryId;
79 return $this->oldAddress instanceof
AddressBuilder ? $this->oldAddress->
build() : $this->oldAddress;
90 return $this->shippingKey;
99 $this->deliveryId = $deliveryId;
110 $this->address = $address;
121 $this->oldAddress = $oldAddress;
132 $this->shippingKey = $shippingKey;
143 $this->address = $address;
154 $this->oldAddress = $oldAddress;
164 $this->oldAddress instanceof
AddressBuilder ? $this->oldAddress->
build() : $this->oldAddress,