Copied!
  • property string $contact_email The confirmed email address that is associated with the account owner.
  • property string $contact_phone The account owner's contact phone number (up to 25 characters in length).
  • property string $country_code The two-letter ISO 3166-1 code representing the organization's country.
  • property string $encoded_account_id The read only encoded account ID that uniquely identifies the account.
  • property string $first_name The account owner's first name.
  • property string $last_name The account owner's last name.
  • property string $organization_name The name of the organization that is associated with this account.
  • property string $organization_phone The phone number of the organization that is associated with this account.
  • property string $state_code The two letter ISO 3166-1 code used to specify the state to associate with the account. This property is required if the country_code is US (United States).
  • property string $time_zone_id The time zone to use for the account; as defined in the IANA time-zone database (see http://www.iana.org/time-zones).
  • property string $website The organization's website URL.
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_email' => 'string', 'contact_phone' => 'string', 'country_code' => 'string', 'encoded_account_id' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'organization_name' => 'string', 'organization_phone' => 'string', 'state_code' => 'string', 'time_zone_id' => 'string', 'website' => 'string']
protected static array $maxLength = ['contact_phone' => 25]
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_email' => 'string', 'contact_phone' => 'string', 'country_code' => 'string', 'encoded_account_id' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'organization_name' => 'string', 'organization_phone' => 'string', 'state_code' => 'string', 'time_zone_id' => 'string', 'website' => 'string']
protected static array $maxLength = ['contact_phone' => 25]
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