Click or drag to resize

Company Class

Represents a Company.
Inheritance Hierarchy
SystemObject
  Severa.Entities.APICompany

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Company

The Company type exposes the following members.

Constructors
 NameDescription
Public methodCompanyInitializes a new instance of the Company class
Top
Properties
 NameDescription
Public propertyAnnualRevenue Company annual revenue. Deprecated, please use AnnualRevenue2.
Public propertyAnnualRevenue2 Company annual revenue.
Public propertyEmail Company general e-mail address.
Public propertyEmployees Number of employees in the company.
Public propertyGUID Unique identifier for the company.
Public propertyHeadOfficeAddressGUID Unique identifier for the address object for the head office associated with the this company.
Public propertyHierarchyGUID Not in use.
Public propertyIndustryGUID Unique identifier for the Industry object.
Public propertyLanguageGUID Unique identifier for the language object associated with the this company.
Public propertyName Company name.
Public propertyTimezoneGUID Unique identifier for the time zone object associated with the this company.
Public propertyVatNumber VAT number for the company.
Public propertyWebsite Company website URL.
Top
Remarks
A Company represents only part of the data contained in a Severa Account. See Account for the rest of the company data.
See Also