Copied!
  • property \PHPFUI\ConstantContact\UUID $sms_channel_id The unique ID that identifies an SMS channel.
  • property string $sms_address The phone number of the SMS-capable phone, which does not include the country code.
  • property string $dial_code The dial code used for the SMS-capable phone. For example, the dial code for the United States is 1.
  • property string $country_code The two character ISO country code used for the SMS-capable phone. For example, the country code for the United States is US.
  • property string $update_source Identifies who last updated SMS details for the contact. Valid values are Contact or Account
  • property string $create_source Identifies who added SMS details for the contact. The value is set when you create SMS details for the contact. Valid values are Contact or Account.
  • property \PHPFUI\ConstantContact\Definition\SmsChannelConsentDetails[] $sms_channel_consents Identifies SMS channel consent details such as the current permission status for the SMS channel and opt-in date.
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 = ['sms_channel_id' => '\PHPFUI\ConstantContact\UUID', 'sms_address' => 'string', 'dial_code' => 'string', 'country_code' => 'string', 'update_source' => 'string', 'create_source' => 'string', 'sms_channel_consents' => 'array<\PHPFUI\ConstantContact\Definition\SmsChannelConsentDetails>']
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 = ['sms_channel_id' => '\PHPFUI\ConstantContact\UUID', 'sms_address' => 'string', 'dial_code' => 'string', 'country_code' => 'string', 'update_source' => 'string', 'create_source' => 'string', 'sms_channel_consents' => 'array<\PHPFUI\ConstantContact\Definition\SmsChannelConsentDetails>']
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.
© 2025 Bruce Wells
Search Namespaces \ Classes
Configuration