-
var
PHPFUI
\ConstantContact $custom_field_id The custom_field's unique ID\UUID - var string $label The display name for the custom_field shown in the UI as free-form text
- var string $name Unique name for the custom_field constructed from the label by replacing blanks with underscores.
- var string $type Specifies the type of value the custom_field field accepts: string or date.
- var DateTime $updated_at System generated date and time that the resource was updated, in ISO-8601 format.
- var DateTime $created_at Date and time that the resource was created, in ISO-8601 format. System generated.
Cloneable
Instantiable
Methods |
Properties |
protected static array $fields = [ 'custom_field_id' => '\PHPFUI\ConstantContact\UUID' , 'label' => 'string' , 'name' => 'string' , 'type' => [ 'date' , 'string' ] , 'updated_at' => 'DateTime' , 'created_at' => 'DateTime' ] |
protected static array $maxLength = [ 'label' => 50 , 'name' => 50 ] |
Properties |
protected static array $fields = [ 'custom_field_id' => '\PHPFUI\ConstantContact\UUID' , 'label' => 'string' , 'name' => 'string' , 'type' => [ 'date' , 'string' ] , 'updated_at' => 'DateTime' , 'created_at' => 'DateTime' ] |
protected static array $maxLength = [ 'label' => 50 , 'name' => 50 ] |