PhoneType
extends BaseComponent
in package
PhoneType Model
Table of Contents
Properties
Properties
$id
public
int
$id
The type ID of a phone number; the type ID corresponds with the type of phone number (ex. Cell, Work, Home)
$type
public
string|null
$type
The name of the phone type
$fields
protected
static array<string|int, string>
$fields
= ["id" => "int", "type" => "string"]