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