Class IbisContactRow
Class representing an institution contact row, for use by the web services API.
- IbisDto
- IbisContactRow
Properties summary
public
string
|
$description
The contact row's text. |
|
public
boolean
|
$bold
Flag indicating if the contact row's text is normally displayed in bold. |
|
public
boolean
|
$italic
Flag indicating if the contact row's text is normally displayed in italics. |
|
public
string[]
|
$addresses
A list of the contact row's addresses. This will always be non-null, but may be an empty list. |
|
public
string[]
|
$emails
A list of the contact row's email addresses. This will always be non-null, but may be an empty list. |
|
public
|
$people
A list of the people referred to by the contact row. This will always be non-null, but may be an empty list. |
|
public
|
$phoneNumbers
A list of the contact row's phone numbers. This will always be non-null, but may be an empty list. |
|
public
|
$webPages
A list of the contact row's web pages. This will always be non-null, but may be an empty list. |