PersonaPostalAddressType
extends Type
in package
Defines a postal address associated with a persona.
Table of Contents
Properties
- $Accuracy : float
- Specifies the accuracy of the latitude and longitude of the associated postal address.
- $Altitude : float
- Specifies the altitude of a postal address.
- $AltitudeAccuracy : float
- Specifies the accuracy of the altitude property for a postal address.
- $City : string
- Represents the city name that is associated with a contact.
- $Country : string
- Identifies a country identifier in a postal address.
- $FormattedAddress : string
- Specifies the formatted display value of the associated postal address.
- $Latitude : float
- Specifies the latitude of the location of the associated postal address.
- $LocationSource : string
- Specifies information about the origin of the associated postal address, for example, a contact or a telephone book.
- $LocationUri : string
- Contains a string specifying a Uniform Resource Identifier (URI) of the associated postal address.
- $Longitude : float
- Specifies the longitude of the location of the associated postal address.
- $PostalCode : type
- Represents the postal code for a contact item.
- $PostOfficeBox : type
- Specifies the "post office box" portion of a postal address.
- $State : string
- Represents the state of residence for a contact item.
- $Street : string
- Represents a street address for a contact item.
- $Type : string
- Specifies the type of postal address or phone number.
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
$Accuracy
Specifies the accuracy of the latitude and longitude of the associated postal address.
public
float
$Accuracy
Tags
$Altitude
Specifies the altitude of a postal address.
public
float
$Altitude
Tags
$AltitudeAccuracy
Specifies the accuracy of the altitude property for a postal address.
public
float
$AltitudeAccuracy
Tags
$City
Represents the city name that is associated with a contact.
public
string
$City
Tags
$Country
Identifies a country identifier in a postal address.
public
string
$Country
Tags
$FormattedAddress
Specifies the formatted display value of the associated postal address.
public
string
$FormattedAddress
Tags
$Latitude
Specifies the latitude of the location of the associated postal address.
public
float
$Latitude
Tags
$LocationSource
Specifies information about the origin of the associated postal address, for example, a contact or a telephone book.
public
string
$LocationSource
Tags
$LocationUri
Contains a string specifying a Uniform Resource Identifier (URI) of the associated postal address.
public
string
$LocationUri
Tags
$Longitude
Specifies the longitude of the location of the associated postal address.
public
float
$Longitude
Tags
$PostalCode
Represents the postal code for a contact item.
public
type
$PostalCode
Tags
$PostOfficeBox
Specifies the "post office box" portion of a postal address.
public
type
$PostOfficeBox
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
$Type
Specifies the type of postal address or phone number.
public
string
$Type
For example, "Home" or "Business".
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