3 declare(strict_types=1);
64 if (is_null($this->version)) {
66 $data = $this->
raw(self::FIELD_VERSION);
70 $this->version = (int) $data;
84 if (is_null($this->customer)) {
86 $data = $this->
raw(self::FIELD_CUSTOMER);
105 if (is_null($this->associateRoleAssignments)) {
107 $data = $this->
raw(self::FIELD_ASSOCIATE_ROLE_ASSIGNMENTS);
108 if (is_null($data)) {