id; } function getBillPayments(): Collection { return $this->billPayments; } function setBillPayments(Collection $billPayments): self { $this->billPayments = $billPayments; return $this; } function getFile(): File { return $this->file; } function setFile(File $file): self { $this->file = $file; return $this; } }