Class Contact#

Inheritance Relationships#

Base Type#

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

Public Functions

Contact ()#
Contact (Object obj)

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.

Address Address { get; set; }#

The physical mailing address for the contact.

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.

Public Static Functions

new Contact Parse (string json)#

Parses the given JSON encoded string into a new Address instance.

Param json:

Return: