token; } public function setToken(string $token): self { $this->token = $token; return $this; } public function getRepresentativeEmail(): string { return $this->representativeEmail; } public function setRepresentativeEmail(string $representativeEmail): self { $this->representativeEmail = $representativeEmail; return $this; } public function getRepresentativeFirstName(): string { return $this->representativeFirstName; } public function setRepresentativeFirstName(string $representativeFirstName): self { $this->representativeFirstName = $representativeFirstName; return $this; } public function getRepresentativeLastName(): string { return $this->representativeLastName; } public function setRepresentativeLastName(string $representativeLastName): self { $this->representativeLastName = $representativeLastName; return $this; } public function getStructureName(): string { return $this->structureName; } public function setStructureName(string $structureName): self { $this->structureName = $structureName; return $this; } public function getValidationUrl(): string { return $this->validationUrl; } public function setValidationUrl(string $validationUrl): self { $this->validationUrl = $validationUrl; return $this; } }