Class Contact#
Defined in File Contact.cs
Inheritance Relationships#
Base Type#
public xbe.sdk.EntityBase
(Class EntityBase)
Class Documentation#
- class xbe.sdk.Models.Contact : xbe.sdk.EntityBase#
Describes a single person or entity that may be contacted about an account.
REQUIRES: Purchasing Services
Properties
- string Name { get; set; }#
The full name of the contact.
- string Title { get; set; }#
The title or relationship of the contact to the company.
- string Company { get; set; }#
The legal name of the company.
- string Email { get; set; }#
The e-mail address of the contact.
- string Phone { get; set; }#
The phone number of the contact.
- string Fax { get; set; }#
The fax number of the contact.