Documentation

PhysicalAddressDictionaryEntryType extends Type
in package

Describes a single physical address for a contact item.

Tags
todo

Create a common EntryType class.

todo

Create a common TextEntryType class.

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

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

        
On this page

Search results