Copied!
  • 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 report tracking activity that is associated with the specified campaign_activity_id.
  • 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 string $device_type The type of device that the contact was using when they clicked the URL link for the email campaign activity.
  • property string $url_id The ID used to uniquely identify the URL link.
  • property string $link_url The text used for the URL link.
  • property \PHPFUI\ConstantContact\DateTime $created_time The date and time that the contact clicked the specified URL link for the email campaign activity.
  • property \PHPFUI\ConstantContact\Date $deleted_at If applicable, displays the date that the contact was deleted.
CloneableInstantiable
Methods
public PHPFUI\ConstantContact\Definition\Base::__construct(array $initialValues = [])
public PHPFUI\ConstantContact\Definition\Base::__get(string $field) : ?mixed
 

Unset fields will return null

public PHPFUI\ConstantContact\Definition\Base::__set(string $field, ?mixed $value)
 
  • return mixed value being set to allow for assignment chaining
public PHPFUI\ConstantContact\Definition\Base::getData() : array
 
  • return array representation of data
public PHPFUI\ConstantContact\Definition\Base::getfields() : array
 
  • return array all the valid fields for the object. Index is field name and value is the type.
public PHPFUI\ConstantContact\Definition\Base::getJSON() : string
 
  • return string pretty print JSON
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', 'device_type' => 'string', 'url_id' => 'string', 'link_url' => 'string', 'created_time' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
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', 'device_type' => 'string', 'url_id' => 'string', 'link_url' => 'string', 'created_time' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date']
protected static array PHPFUI\ConstantContact\Definition\Base::$maxLength = []
 
  • var array<string,int> maximum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$minLength = []
 
  • var array<string,int> minimum allowed values. Arrays are size, int and float are values, strings are length.
protected static array PHPFUI\ConstantContact\Definition\Base::$requiredFields = []
 
  • var string[] required fields.
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration