$this->resource['parent_name'] ?? '', 'parent_id' => (int) ($this->resource['parent_id'] ?? 0), 'enrolledKids' => $this->resource['enrolledKids'] ?? [], 'withdrawnKids' => $this->resource['withdrawnKids'] ?? [], 'invoice_amount' => (float) ($this->resource['invoice_amount'] ?? 0), 'refund_amount' => (float) ($this->resource['refund_amount'] ?? 0), 'last_updated' => $this->resource['last_updated'] ?? null, 'invoice_date' => $this->resource['invoice_date'] ?? null, 'invoice_id' => $this->resource['invoice_id'] ?? null, ]; } }