3 declare(strict_types=1);
61 if (is_null($this->action)) {
63 $data = $this->
raw(self::FIELD_ACTION);
67 $this->action = (string) $data;
81 if (is_null($this->addressId)) {
83 $data = $this->
raw(self::FIELD_ADDRESS_ID);
87 $this->addressId = (string) $data;
101 if (is_null($this->addressKey)) {
103 $data = $this->
raw(self::FIELD_ADDRESS_KEY);
104 if (is_null($data)) {
107 $this->addressKey = (string) $data;