EmergencyContactEmail
extends BaseComponent
in package
Emergency Contact Email Model
Table of Contents
Properties
- $automated_email : string|null
- $contact_id : int
- $email : string|null
- $first_name : string|null
- $id : int
- $last_name : string|null
- $relationship : string|null
- $relationship_id : int
- $relationship_user_id : int
- $sort_order : int|null
- $user_contact_id : int
- $fields : array<string|int, string>
Properties
$automated_email
public
string|null
$automated_email
Automated email type
$contact_id
public
int
$contact_id
Contact ID
public
string|null
$email
The email address of a user
$first_name
public
string|null
$first_name
The first name of the emergency contact
$id
public
int
$id
Emergency contact email ID
$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
$relationship_id
public
int
$relationship_id
The relationship ID for the user's emergency contact
$relationship_user_id
public
int
$relationship_user_id
The user ID of the emergency contact
$sort_order
public
int|null
$sort_order
Sort order
$user_contact_id
public
int
$user_contact_id
User contact ID
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "automated_email" => "string", "contact_id" => "int", "email" => "string", "first_name" => "string", "last_name" => "string", "relationship" => "string", "relationship_id" => "int", "relationship_user_id" => "int", "sort_order" => "int", "user_contact_id" => "int"]