CompleteNameType
extends Type
in package
Represents the complete name of a contact.
Table of Contents
Properties
- $FirstName : string
- Represents the first name of contact.
- $FullName : string
- Represents the full name of a contact.
- $Initials : string
- Represents the initials of a contact.
- $LastName : string
- Represents the last name of a contact.
- $MiddleName : string
- Represents the middle name of a contact.
- $Nickname : string
- Represents the nickname of a contact.
- $Suffix : string
- Represents a suffix to a contact's name.
- $Title : string
- Represents the title of a contact.
- $YomiFirstName : string
- Represents the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
- $YomiLastName : string
- Represents the name used in Japan for the searchable or phonetic spelling of a Japanese last name.
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
$FirstName
Represents the first name of contact.
public
string
$FirstName
Tags
$FullName
Represents the full name of a contact.
public
string
$FullName
Tags
$Initials
Represents the initials of a contact.
public
string
$Initials
Tags
$LastName
Represents the last name of a contact.
public
string
$LastName
Tags
$MiddleName
Represents the middle name of a contact.
public
string
$MiddleName
Tags
$Nickname
Represents the nickname of a contact.
public
string
$Nickname
Tags
$Suffix
Represents a suffix to a contact's name.
public
string
$Suffix
Tags
$Title
Represents the title of a contact.
public
string
$Title
Tags
$YomiFirstName
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese first name.
public
string
$YomiFirstName
Tags
$YomiLastName
Represents the name used in Japan for the searchable or phonetic spelling of a Japanese last name.
public
string
$YomiLastName
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