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