id = $id; $this->dueDate = $dueDate; $this->amount = $amount; $this->description = $description; $this->isPaid = $isPaid; } // Additional methods as needed, such as getters and setters }