-
var
PHPFUI
\ConstantContact $phone_number_id Unique ID for the phone number\UUID - 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.
-
var
PHPFUI
\ConstantContact $created_at Date and time that the street address was created, in ISO-8601 format. System generated.\DateTime -
var
PHPFUI
\ConstantContact $updated_at Date and time that the phone_number was last updated, in ISO-8601 format. System generated.\DateTime - var string $update_source Identifies who last updated the phone_number; valid values are Contact or Account
- var string $create_source Describes who added the phone_number; valid values are Contact or Account.
Cloneable
Instantiable
Methods |
Properties |
protected static array $fields = [ 'phone_number_id' => '\PHPFUI\ConstantContact\UUID' , 'phone_number' => 'string' , 'kind' => [ 'home' , 'work' , 'mobile' , 'other' ] , 'created_at' => '\PHPFUI\ConstantContact\DateTime' , 'updated_at' => '\PHPFUI\ConstantContact\DateTime' , 'update_source' => [ 'Account' , 'Contact' ] , 'create_source' => [ 'Account' , 'Contact' ] ] |
protected static array $maxLength = [ 'phone_number' => 25 ] |
Properties |
protected static array $fields = [ 'phone_number_id' => '\PHPFUI\ConstantContact\UUID' , 'phone_number' => 'string' , 'kind' => [ 'home' , 'work' , 'mobile' , 'other' ] , 'created_at' => '\PHPFUI\ConstantContact\DateTime' , 'updated_at' => '\PHPFUI\ConstantContact\DateTime' , 'update_source' => [ 'Account' , 'Contact' ] , 'create_source' => [ 'Account' , 'Contact' ] ] |
protected static array $maxLength = [ 'phone_number' => 25 ] |