EmergencyContactChangeEmail
extends BaseComponent
in package
Emergency Contact Change Email Model
Table of Contents
Properties
- $active : bool
- $automated_email : string|null
- $email : string|null
- $first_name : string|null
- $last_name : string|null
- $relationship : string|null
- $sort_order : int|null
- $fields : array<string|int, string>
Properties
$active
public
bool
$active
Active Indicator
$automated_email
public
string|null
$automated_email
Automated email type
public
string|null
$email
The email address of a user
$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
$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", "automated_email" => "string", "email" => "string", "first_name" => "string", "last_name" => "string", "relationship" => "string", "sort_order" => "int"]