- var string $phone_number The contact's phone number, 1 of 2 allowed per contact, no more than 25 characters
- var string $kind Describes the type of phone number; valid values are home, work, mobile, or other.
Cloneable
Instantiable
Methods |
Properties |
protected static array $fields = [ 'phone_number' => 'string' , 'kind' => [ 'home' , 'work' , 'mobile' , 'other' ] ] |
protected static array $maxLength = [ 'phone_number' => 25 ] |
Properties |
protected static array $fields = [ 'phone_number' => 'string' , 'kind' => [ 'home' , 'work' , 'mobile' , 'other' ] ] |
protected static array $maxLength = [ 'phone_number' => 25 ] |