PhysicalAddressDictionaryEntryType
extends Type
in package
Describes a single physical address for a contact item.
Tags
Table of Contents
Properties
- $City : string
- Represents the city name that is associated with a contact.
- $CountryOrRegion : string
- Represents the country or region for a given physical address.
- $Key : string
- Identifies a physical address.
- $PostalCode : string
- Represents the postal code for a contact item.
- $State : string
- Represents the state of residence for a contact item.
- $Street : string
- Represents a street address for a contact item.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$City
Represents the city name that is associated with a contact.
public
string
$City
Tags
$CountryOrRegion
Represents the country or region for a given physical address.
public
string
$CountryOrRegion
Tags
$Key
Identifies a physical address.
public
string
$Key
Tags
$PostalCode
Represents the postal code for a contact item.
public
string
$PostalCode
Tags
$State
Represents the state of residence for a contact item.
public
string
$State
Tags
$Street
Represents a street address for a contact item.
public
string
$Street
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed