3 declare(strict_types=1);
79 if (is_null($this->type)) {
81 $data = $this->
raw(self::FIELD_TYPE);
85 $this->type = (string) $data;
99 if (is_null($this->deliveryId)) {
101 $data = $this->
raw(self::FIELD_DELIVERY_ID);
102 if (is_null($data)) {
105 $this->deliveryId = (string) $data;
119 if (is_null($this->parcelId)) {
121 $data = $this->
raw(self::FIELD_PARCEL_ID);
122 if (is_null($data)) {
125 $this->parcelId = (string) $data;
139 if (is_null($this->measurements)) {
141 $data = $this->
raw(self::FIELD_MEASUREMENTS);
142 if (is_null($data)) {
160 if (is_null($this->shippingKey)) {
162 $data = $this->
raw(self::FIELD_SHIPPING_KEY);
163 if (is_null($data)) {
166 $this->shippingKey = (string) $data;