EmergencyContactNonUserCreate
extends BaseComponent
in package
Used to create a non-user emergency contact
Table of Contents
Properties
- $automated_email : int
- $call_dialer : int
- $email : string|null
- $firstname : string|null
- $lastname : string|null
- $phone_number : string|null
- $phone_type : string|null
- $relationship : string|null
- $fields : array<string|int, string>
Properties
$automated_email
public
int
$automated_email
The value to be used for the automated email field. 0 = Never, 1 = Every Time, 2 = Emergency Only
$call_dialer
public
int
$call_dialer
The value to be used for the automated call dialer field. 0 = Never, 1 = Every Time, 2 = Emergency Only
public
string|null
$email
The email address for the emergency contact
$firstname
public
string|null
$firstname
This first name of the emergency contact
$lastname
public
string|null
$lastname
The last name of the emergency contact
$phone_number
public
string|null
$phone_number
The phone number of the emergency contact
$phone_type
public
string|null
$phone_type
The phone type of the phone number for the emergency contact
$relationship
public
string|null
$relationship
The relationship of the emergency contact
$fields
protected
static array<string|int, string>
$fields
= ["automated_email" => "int", "email" => "string", "call_dialer" => "int", "firstname" => "string", "lastname" => "string", "phone_number" => "string", "phone_type" => "string", "relationship" => "string"]