order_id = $order_id; $this->company_module_id = $company_module_id; $this->role_hash_id = $role_hash_id; $this->role_signature = $role_signature; } public function getOrderId(): int { return $this->order_id; } public function getCompanyModuleId(): int { return $this->company_module_id; } public function getRoleHashId(): ?string { return $this->role_hash_id; } public function getRoleSignature(): ?string { return $this->role_signature; } }