- 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 |
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>'] |
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>'] |