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