- property \PHPFUI\ConstantContact\UUID $contact_id The ID that uniquely identifies a contact.
- property \PHPFUI\ConstantContact\UUID $campaign_activity_id The ID that uniquely identifies the email campaign activity.
- property string $tracking_activity_type The type of email tracking activity, em_bounces, that this report includes.
- property string $email_address The contact's email address that was used when the email campaign activity bounced.
- property string $first_name The first name of the contact.
- property string $last_name The last name of the contact.
- property string $bounce_code The one-character string used to specify the reason for the email bounce. Valid codes include:
- property string $current_email_address The contact's most current email address. If email_address was updated after the email bounce activity occurred, current_ email_address displays the updated address. If updates were not made to email_address, the email_address and current_email_address are the same.
- property \PHPFUI\ConstantContact\DateTime $created_time The date and time that the email bounce tracking activity occurred.
- property \PHPFUI\ConstantContact\Date $deleted_at If applicable, the date when the contact was deleted.
CloneableInstantiable
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', 'bounce_code' => 'string', 'current_email_address' => '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', 'bounce_code' => 'string', 'current_email_address' => 'string', 'created_time' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date'] |