-
property
PHPFUI
\ConstantContact $contact_id The ID that uniquely identifies a contact.\UUID -
property
PHPFUI
\ConstantContact $campaign_activity_id The ID that uniquely identifies an email campaign activity.\UUID -
property
string
$tracking_activity_type
The type of tracking activity that is associated with this
campaign_activity_id
and used for reporting purposes. - property string $email_address The email address used to send the email campaign activity to a contact.
- property string $first_name The first name of the contact.
- property string $last_name The last name of the contact.
-
property
PHPFUI
\ConstantContact $created_time The date and time that you sent the email campaign to the contact.\DateTime -
property
PHPFUI
\ConstantContact $deleted_at If applicable, displays the date that the contact was deleted.\Date
Cloneable
Instantiable
Methods |
Properties |
protected static array $fields = [ 'contact_id' => '\PHPFUI\ConstantContact\UUID' , 'campaign_activity_id' => '\PHPFUI\ConstantContact\UUID' , 'tracking_activity_type' => 'string' , 'email_address' => 'string' , 'first_name' => 'string' , 'last_name' => 'string' , 'created_time' => '\PHPFUI\ConstantContact\DateTime' , 'deleted_at' => '\PHPFUI\ConstantContact\Date' ] |
Properties |
protected static array $fields = [ 'contact_id' => '\PHPFUI\ConstantContact\UUID' , 'campaign_activity_id' => '\PHPFUI\ConstantContact\UUID' , 'tracking_activity_type' => 'string' , 'email_address' => 'string' , 'first_name' => 'string' , 'last_name' => 'string' , 'created_time' => '\PHPFUI\ConstantContact\DateTime' , 'deleted_at' => '\PHPFUI\ConstantContact\Date' ] |