3 declare(strict_types=1);
71 if (is_null($this->action)) {
73 $data = $this->
raw(self::FIELD_ACTION);
77 $this->action = (string) $data;
91 if (is_null($this->addressId)) {
93 $data = $this->
raw(self::FIELD_ADDRESS_ID);
97 $this->addressId = (string) $data;
111 if (is_null($this->addressKey)) {
113 $data = $this->
raw(self::FIELD_ADDRESS_KEY);
114 if (is_null($data)) {
117 $this->addressKey = (string) $data;
131 if (is_null($this->address)) {
133 $data = $this->
raw(self::FIELD_ADDRESS);
134 if (is_null($data)) {