ContactInfo Type
Information about a contact, including name, address, phone number, e-mail address, etc.
Remarks
Information about a contact, including name, address, phone number, e-mail address, etc.
Fields
BusinessName String |
The business name. |
City String |
The city of the contact. |
CountryCode String |
The country code of the contact. |
CustomValue String |
Custom value to be displayed in the contact information details. |
Email String |
The email address of the contact. |
Fax String |
The fax number of the contact. |
FirstName String |
The first name of the contact. |
LastName String |
The last name of the contact. |
Phone String |
The phone number of the contact. |
State String |
The state of the contact. |
Street1 String |
The street name for the contact. |
Street2 String |
An extra street line for the contact. |
Website String |
The website of the contact. |
Zip String |
The zip code of the contact. |
Constructors
public ContactInfo();