Copied!
  • property string $address_line1 Line 1 of the organization's street address.
  • property string $address_line2 Line 2 of the organization's street address.
  • property string $address_line3 Line 3 of the organization's street address.
  • property string $address_optional An optional address field for the organization. Only format_type 3, 4, and 5 can use this property.
  • property string $city The city where the organization sending the email campaign is located.
  • property string $country_code The uppercase two letter ISO 3166-1 code for the organization's country.
  • property string $country_name The full name of the country where the organization sending the email is located. Automatically generated using the country_code.
  • property string $organization_name The name of the organization that is sending the email campaign.
  • property string $postal_code The postal code address (ZIP code) of the organization.
  • property string $state_code The uppercase two letter ISO 3166-1 code for the organization's state. This property is required if the country_code is US (United States).
  • property string $state_name The full state name for a state_code that is inside the United States. Automatically generated using the state_code.
  • property string $state_non_us_name The full state name for a state_code that is outside the United States. This property is not read only.
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 = ['address_line1' => 'string', 'address_line2' => 'string', 'address_line3' => 'string', 'address_optional' => 'string', 'city' => 'string', 'country_code' => 'string', 'country_name' => 'string', 'organization_name' => 'string', 'postal_code' => 'string', 'state_code' => 'string', 'state_name' => 'string', 'state_non_us_name' => 'string']
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 = ['address_line1' => 'string', 'address_line2' => 'string', 'address_line3' => 'string', 'address_optional' => 'string', 'city' => 'string', 'country_code' => 'string', 'country_name' => 'string', 'organization_name' => 'string', 'postal_code' => 'string', 'state_code' => 'string', 'state_name' => 'string', 'state_non_us_name' => 'string']
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