Class Address
Represents a single Address of a Contact
- Ctct\Components\Component
- Ctct\Components\Contacts\Address
Namespace: Ctct\Components\Contacts
Package: Components\Contacts
Author: Constant Contact
Located at Components/Contacts/Address.php
Package: Components\Contacts
Author: Constant Contact
Located at Components/Contacts/Address.php
public static
|
getValue()
|
public
string
|
$id
Id of the address |
|
public
string
|
$line1
Line 1 of the address |
|
public
string
|
$line2
Line 2 of the address |
|
public
string
|
$line3
Line 3 of the address |
|
public
string
|
$city
City info for this address |
|
public
string
|
$address_type
Address type, must be one of "BUSINESS", "PERSONAL", or "UNKNOWN" |
|
public
string
|
$state_code
The state code for this address |
|
public
|
$state
The state for this address (non-US/Canada) |
|
public
string
|
$country_code
The country code for this address |
|
public
string
|
$postal_code
The postal code for this address |
|
public
string
|
$sub_postal_code
The sub postal code for this address |