(int) ($this->resource['invoice_id'] ?? 0), 'school_year' => $this->resource['school_year'] ?? null, 'total_refunded' => (float) ($this->resource['total_refunded'] ?? 0), ]; } }