EmergencyContactChange
extends BaseComponent
in package
Emergency Contact Changes
Tags
Table of Contents
Properties
- $active : bool|null
- $call_dialer : string|null
- $delete_indicator : bool|null
- $ec_user_id : int|null
- $email : string|null
- $email_call_type : int|null
- $faculty_indicator : bool|null
- $firstname : string|null
- $inactive : bool|null
- $lastname : string|null
- $phone_call_type : int|null
- $phone_number : string|null
- $phone_type : string|null
- $record_type : int|null
- $roles : string|null
- $sort : int|null
- $staff_indicator : bool|null
- $student_indicator : bool|null
- $user_id : int|null
- $fields : array<string|int, string>
Properties
$active
public
bool|null
$active
$call_dialer
public
string|null
$call_dialer
The string representation of the call dialer settings in Education Management
$delete_indicator
public
bool|null
$delete_indicator
Deleted Indicator
$ec_user_id
public
int|null
$ec_user_id
EcUserId
public
string|null
$email
$email_call_type
public
int|null
$email_call_type
Email Call Type
$faculty_indicator
public
bool|null
$faculty_indicator
Faculty Indicator
$firstname
public
string|null
$firstname
First Name
$inactive
public
bool|null
$inactive
inactive
$lastname
public
string|null
$lastname
Last Name
$phone_call_type
public
int|null
$phone_call_type
Phone Call Type
$phone_number
public
string|null
$phone_number
Phone Number
$phone_type
public
string|null
$phone_type
Phone Type
$record_type
public
int|null
$record_type
Record Type
$roles
public
string|null
$roles
Roles
$sort
public
int|null
$sort
Sort
$staff_indicator
public
bool|null
$staff_indicator
Staff Indicator
$student_indicator
public
bool|null
$student_indicator
Student Indicator
$user_id
public
int|null
$user_id
UserId
$fields
protected
static array<string|int, string>
$fields
= ["user_id" => "int", "call_dialer" => "string", "ec_user_id" => "int", "firstname" => "string", "lastname" => "string", "phone_number" => "string", "phone_type" => "string", "phone_call_type" => "int", "email" => "string", "email_call_type" => "int", "record_type" => "int", "sort" => "int", "inactive" => "bool", "active" => "bool", "delete_indicator" => "bool", "roles" => "string", "student_indicator" => "bool", "faculty_indicator" => "bool", "staff_indicator" => "bool", "emergency_contact_change_emails" => "\\Blackbaud\\SKY\\School\\Components\\EmergencyContactChangeEmail[]", "emergency_contact_change_phones" => "\\Blackbaud\\SKY\\School\\Components\\EmergencyContactChangePhone[]"]