reference = $reference; $this->status = $status; } public function getReference(): ?string { return $this->reference; } public function getStatus(): int { return $this->status; } }