$this->id, 'personId' => $this->person_id, 'memberId' => $this->member_id, 'fullName' => $this->full_name, // 'service' => $this->service_code, 'start_date' => $this->start_date, 'end_date' => $this->end_date, 'status' => $this->active, ]; } }