EmergencyContactChangePhone
extends BaseComponent
in package
Emergency Contact Change Phone Model
Table of Contents
Properties
- $active : bool
- $call_dialer : string|null
- $first_name : string|null
- $last_name : string|null
- $phone_number : string|null
- $phone_type : string|null
- $relationship : string|null
- $sort_order : int|null
- $fields : array<string|int, string>
Properties
$active
public
bool
$active
Active Indicator
$call_dialer
public
string|null
$call_dialer
Call dialer
$first_name
public
string|null
$first_name
The first name of the emergency contact
$last_name
public
string|null
$last_name
The last name of the emergency contact
$phone_number
public
string|null
$phone_number
Phone number
$phone_type
public
string|null
$phone_type
Phone type
$relationship
public
string|null
$relationship
The relationship of the emergency contact to the user
$sort_order
public
int|null
$sort_order
Sort order
$fields
protected
static array<string|int, string>
$fields
= ["active" => "bool", "call_dialer" => "string", "first_name" => "string", "last_name" => "string", "phone_number" => "string", "phone_type" => "string", "relationship" => "string", "sort_order" => "int"]