id; } public function getBill(): ?Bill { return $this->bill; } public function setBill(?Bill $bill): self { $this->bill = $bill; return $this; } }