Documentation

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

$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"]

        
On this page

Search results