id = $id; $this->invoiceStatus = $invoiceStatus; } /** * @return int */ public function getId(): int { return $this->id; } /** * @return int */ public function getInvoiceStatus(): int { return $this->invoiceStatus; } }