3 declare(strict_types=1);
86 if (is_null($this->type)) {
88 $data = $this->
raw(self::FIELD_TYPE);
92 $this->type = (string) $data;
106 if (is_null($this->parcelId)) {
108 $data = $this->
raw(self::FIELD_PARCEL_ID);
109 if (is_null($data)) {
112 $this->parcelId = (string) $data;
126 if (is_null($this->deliveryId)) {
128 $data = $this->
raw(self::FIELD_DELIVERY_ID);
129 if (is_null($data)) {
132 $this->deliveryId = (string) $data;
146 if (is_null($this->items)) {
148 $data = $this->
raw(self::FIELD_ITEMS);
149 if (is_null($data)) {
166 if (is_null($this->oldItems)) {
168 $data = $this->
raw(self::FIELD_OLD_ITEMS);
169 if (is_null($data)) {
186 if (is_null($this->shippingKey)) {
188 $data = $this->
raw(self::FIELD_SHIPPING_KEY);
189 if (is_null($data)) {
192 $this->shippingKey = (string) $data;