$this['id'] ?? null, 'invoice_number' => $this['invoice_number'] ?? '', 'status' => $this['status'] ?? '', 'balance' => $this['balance'] ?? 0, 'issue_date' => $this['issue_date'] ?? null, 'text' => $this['text'] ?? '', ]; } }