id; } public function getAccessBilling(): ?AccessBilling { return $this->accessBilling; } public function setAccessBilling(?AccessBilling $accessBilling): self { $this->accessBilling = $accessBilling; return $this; } public function getBillPayment(): ?BillPayment { return $this->billPayment; } public function setBillPayment(?BillPayment $billPayment): self { $this->billPayment = $billPayment; return $this; } }