3 declare(strict_types=1);
54 if (is_null($this->shippingMethodKey)) {
56 $data = $this->
raw(self::FIELD_SHIPPING_METHOD_KEY);
60 $this->shippingMethodKey = (string) $data;
74 if (is_null($this->taxedPrice)) {
76 $data = $this->
raw(self::FIELD_TAXED_PRICE);