Class EmailAddress
Represents a single EmailAddress of a Contact
- Ctct\Components\Component
- Ctct\Components\Contacts\EmailAddress
Namespace: Ctct\Components\Contacts
Package: Components\Contacts
Author: Constant Contact
Located at Components/Contacts/EmailAddress.php
Package: Components\Contacts
Author: Constant Contact
Located at Components/Contacts/EmailAddress.php
public
|
|
public static
|
getValue()
|
public
string
|
$id
Id of the email address |
|
public
string
|
$status
Status of the email address, must be one of "ACTIVE", "UNCONFIRMED", "OPTOUT", "REMOVED", "NON_SUBSCRIBER", "VISITOR" |
|
public
string
|
$confirm_status
Contact's confirmation status, must be one of "CONFIRMED", "NO_CONFIRMATION_REQUIRED", "UNCONFIRMED" |
|
public
string
|
$opt_in_source
Contact's opt in source, must be one of "ACTION_BY_VISITOR", "ACTION_BY_OWNER" |
|
public
string
|
$opt_in_date
Contact's opt in date in ISO 8601 format |
|
public
string
|
$opt_out_date
Contact's opt out date in ISO 8601 format |
|
public
string
|
$email_address
Email address associated with the contact |