3 declare(strict_types=1);
97 if (is_null($this->action)) {
99 $data = $this->
raw(self::FIELD_ACTION);
100 if (is_null($data)) {
103 $this->action = (string) $data;
117 if (is_null($this->deliveryKey)) {
119 $data = $this->
raw(self::FIELD_DELIVERY_KEY);
120 if (is_null($data)) {
123 $this->deliveryKey = (string) $data;
137 if (is_null($this->shippingKey)) {
139 $data = $this->
raw(self::FIELD_SHIPPING_KEY);
140 if (is_null($data)) {
143 $this->shippingKey = (string) $data;
157 if (is_null($this->items)) {
159 $data = $this->
raw(self::FIELD_ITEMS);
160 if (is_null($data)) {
177 if (is_null($this->address)) {
179 $data = $this->
raw(self::FIELD_ADDRESS);
180 if (is_null($data)) {
199 if (is_null($this->parcels)) {
201 $data = $this->
raw(self::FIELD_PARCELS);
202 if (is_null($data)) {
219 if (is_null($this->custom)) {
221 $data = $this->
raw(self::FIELD_CUSTOM);
222 if (is_null($data)) {