Constructor
new Organization(companyopt, departmentopt, titleopt)
- Source:
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
company |
String |
<optional> |
The company of the contact |
department |
String |
<optional> |
The department of the contact |
title |
String |
<optional> |
The title of the contact |
_ |
String | The type of the object, for internal use only |
Builds an organization object for a contact
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
company |
String |
<optional> |
Name of the contact's company |
department |
String |
<optional> |
Name of the contact's department |
title |
String |
<optional> |
Contact's business title |