PhoneTypeLink
extends BaseComponent
in package
PhoneTypeLink Model
Table of Contents
Properties
- $id : int|null
- $shared : bool
- $shared_relationship : string|null
- $shared_user : string|null
- $type_id : string|null
- $user_id : int|null
- $fields : array<string|int, string>
Properties
$id
public
int|null
$id
The type ID of a phone number; the type ID corresponds with the type of phone number (ex. Cell, Work, Home)
$shared
public
bool
$shared
Returns true if changes to a phone number are made to all users with a shared relationship (Read Only)
$shared_relationship
public
string|null
$shared_relationship
The relationship of the shared user
$shared_user
public
string|null
$shared_user
The name of the shared user
$type_id
public
string|null
$type_id
The name of the type
$user_id
public
int|null
$user_id
The ID of the user
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "shared" => "bool", "shared_relationship" => "string", "shared_user" => "string", "type_id" => "string", "user_id" => "int"]