3 declare(strict_types=1);
78 if (is_null($this->type)) {
80 $data = $this->
raw(self::FIELD_TYPE);
84 $this->type = (string) $data;
98 if (is_null($this->deliveryId)) {
100 $data = $this->
raw(self::FIELD_DELIVERY_ID);
101 if (is_null($data)) {
104 $this->deliveryId = (string) $data;
118 if (is_null($this->items)) {
120 $data = $this->
raw(self::FIELD_ITEMS);
121 if (is_null($data)) {
138 if (is_null($this->oldItems)) {
140 $data = $this->
raw(self::FIELD_OLD_ITEMS);
141 if (is_null($data)) {
158 if (is_null($this->shippingKey)) {
160 $data = $this->
raw(self::FIELD_SHIPPING_KEY);
161 if (is_null($data)) {
164 $this->shippingKey = (string) $data;