Copied!
  • property \PHPFUI\ConstantContact\UUID $contact_id Unique ID for each contact resource
  • property \PHPFUI\ConstantContact\Definition\EmailAddress $email_address
  • property string $first_name The first name of the contact.
  • property string $last_name The last name of the contact.
  • property string $job_title The job title of the contact.
  • property string $company_name The name of the company where the contact works.
  • property int $birthday_month The month value for the contact's birthday. Valid values are from 1 through 12. You must use this property with birthday_month.
  • property int $birthday_day The day value for the contact's birthday. Valid values are from 1 through 12. You must use this property with birthday_day.
  • property string $anniversary The anniversary date for the contact. For example, this value could be the date when the contact first became a customer of an organization in Constant Contact. Valid date formats are MM/DD/YYYY, M/D/YYYY, YYYY/MM/DD, YYYY/M/D, YYYY-MM-DD, YYYY-M-D,M-D-YYYY, or M-DD-YYYY.
  • property string $update_source Identifies who last updated the contact; valid values are Contact or Account.
  • property string $create_source Describes who added the contact; valid values are Contact or Account. Your integration must accurately identify create_source for compliance reasons; value is set when contact is created.
  • property \PHPFUI\ConstantContact\DateTime $created_at System generated date and time that the resource was created, in ISO-8601 format.
  • property \PHPFUI\ConstantContact\DateTime $updated_at System generated date and time that the contact was last updated, in ISO-8601 format.
  • property \PHPFUI\ConstantContact\Date $deleted_at For deleted contacts (email_address contains opt_out_source and opt_out_date), shows the date of deletion.
  • property \PHPFUI\ConstantContact\Definition\ContactCustomField[] $custom_fields Array of up to 25 custom_field subresources.
  • property \PHPFUI\ConstantContact\Definition\PhoneNumber[] $phone_numbers Array of up to 3 phone_numbers subresources.
  • property \PHPFUI\ConstantContact\Definition\StreetAddress[] $street_addresses Array of up to 3 street_addresses subresources.
  • property \PHPFUI\ConstantContact\UUID[] $list_memberships Array of up to 50 list_ids to which the contact is subscribed.
  • property \PHPFUI\ConstantContact\UUID[] $taggings Array of tags (tag_id) assigned to the contact, up to a maximum of 50.
  • property \PHPFUI\ConstantContact\Definition\Note[] $notes An array of notes about the contact listed by most recent note first.
  • property \PHPFUI\ConstantContact\Definition\SmsChannel $sms_channel Includes SMS channel and consent details.
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', 'email_address' => '\PHPFUI\ConstantContact\Definition\EmailAddress', 'first_name' => 'string', 'last_name' => 'string', 'job_title' => 'string', 'company_name' => 'string', 'birthday_month' => 'int', 'birthday_day' => 'int', 'anniversary' => 'string', 'update_source' => 'string', 'create_source' => 'string', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'updated_at' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date', 'custom_fields' => 'array<\PHPFUI\ConstantContact\Definition\ContactCustomField>', 'phone_numbers' => 'array<\PHPFUI\ConstantContact\Definition\PhoneNumber>', 'street_addresses' => 'array<\PHPFUI\ConstantContact\Definition\StreetAddress>', 'list_memberships' => 'array<\PHPFUI\ConstantContact\UUID>', 'taggings' => 'array<\PHPFUI\ConstantContact\UUID>', 'notes' => 'array<\PHPFUI\ConstantContact\Definition\Note>', 'sms_channel' => '\PHPFUI\ConstantContact\Definition\SmsChannel']
protected static array $maxLength = ['first_name' => 50, 'last_name' => 50, 'job_title' => 50, 'company_name' => 50, 'anniversary' => 10, 'custom_fields' => 25, 'phone_numbers' => 3, 'street_addresses' => 3, 'list_memberships' => 50, 'taggings' => 50, 'notes' => 150]
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', 'email_address' => '\PHPFUI\ConstantContact\Definition\EmailAddress', 'first_name' => 'string', 'last_name' => 'string', 'job_title' => 'string', 'company_name' => 'string', 'birthday_month' => 'int', 'birthday_day' => 'int', 'anniversary' => 'string', 'update_source' => 'string', 'create_source' => 'string', 'created_at' => '\PHPFUI\ConstantContact\DateTime', 'updated_at' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date', 'custom_fields' => 'array<\PHPFUI\ConstantContact\Definition\ContactCustomField>', 'phone_numbers' => 'array<\PHPFUI\ConstantContact\Definition\PhoneNumber>', 'street_addresses' => 'array<\PHPFUI\ConstantContact\Definition\StreetAddress>', 'list_memberships' => 'array<\PHPFUI\ConstantContact\UUID>', 'taggings' => 'array<\PHPFUI\ConstantContact\UUID>', 'notes' => 'array<\PHPFUI\ConstantContact\Definition\Note>', 'sms_channel' => '\PHPFUI\ConstantContact\Definition\SmsChannel']
protected static array $maxLength = ['first_name' => 50, 'last_name' => 50, 'job_title' => 50, 'company_name' => 50, 'anniversary' => 10, 'custom_fields' => 25, 'phone_numbers' => 3, 'street_addresses' => 3, 'list_memberships' => 50, 'taggings' => 50, 'notes' => 150]
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