PhysicalAddressIndexType
extends Enumeration
in package
Represents the display types for physical addresses.
Table of Contents
Constants
- BUSINESS = 'Business'
- Address index for business.
- HOME = 'Home'
- Address index for home.
- NONE = 'None'
- Address index for none.
- OTHER = 'Other'
- Address index for other.
Properties
- $_ : string
- Element value.
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.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
BUSINESS
Address index for business.
public
string
BUSINESS
= 'Business'
Tags
HOME
Address index for home.
public
string
HOME
= 'Home'
Tags
NONE
Address index for none.
public
string
NONE
= 'None'
Tags
OTHER
Address index for other.
public
string
OTHER
= 'Other'
Tags
Properties
$_
Element value.
public
string
$_
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
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.