Class Company
Represents a Hudu Company and all its attributes as provided by the Hudu API
Inheritance
System.Object
Company
Assembly: HuduAPI.dll
Syntax
public class Company : IRecord
Properties
AddressLine1
Declaration
[JsonProperty("address_line_1")]
public string AddressLine1 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
AddressLine2
Declaration
[JsonProperty("address_line_2")]
public string AddressLine2 { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Archived
Declaration
[JsonProperty("archived")]
public bool? Archived { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
City
Declaration
[JsonProperty("city")]
public string City { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CompanyType
Declaration
[JsonProperty("company_type")]
public string CompanyType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CountryName
Declaration
[JsonProperty("country_name")]
public string CountryName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
CreatedAt
Declaration
[JsonProperty("created_at")]
public DateTime? CreatedAt { get; set; }
Property Value
| Type |
Description |
| System.Nullable<DateTime> |
|
FaxNumber
Declaration
[JsonProperty("fax_number")]
public string FaxNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
FullUrl
Declaration
[JsonProperty("full_url")]
public string FullUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ID
Declaration
[JsonProperty("id")]
public int ID { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
IDNumber
Declaration
[JsonProperty("id_number")]
public string IDNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Integrations
Declaration
[JsonProperty("integrations")]
public IList<Company.Integration>? Integrations { get; set; }
Property Value
KnowledgeBaseUrl
Declaration
[JsonProperty("knowledge_base_url")]
public string KnowledgeBaseUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Name
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Nickname
Declaration
[JsonProperty("nickname")]
public string Nickname { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Notes
Declaration
[JsonProperty("notes")]
public string Notes { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ObjectType
Declaration
[JsonProperty("object_type")]
public string ObjectType { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ParentCompanyId
Declaration
[JsonProperty("parent_company_id")]
public int? ParentCompanyId { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int32> |
|
ParentCompanyName
Declaration
[JsonProperty("parent_company_name")]
public string ParentCompanyName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PasswordsUrl
Declaration
[JsonProperty("passwords_url")]
public string PasswordsUrl { get; set; }
Property Value
| Type |
Description |
| System.String |
|
PhoneNumber
Declaration
[JsonProperty("phone_number")]
public string PhoneNumber { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Slug
Declaration
[JsonProperty("slug")]
public string Slug { get; set; }
Property Value
| Type |
Description |
| System.String |
|
State
Declaration
[JsonProperty("state")]
public string State { get; set; }
Property Value
| Type |
Description |
| System.String |
|
UpdatedAt
Declaration
[JsonProperty("updated_at")]
public DateTime? UpdatedAt { get; set; }
Property Value
| Type |
Description |
| System.Nullable<DateTime> |
|
Url
Declaration
[JsonProperty("url")]
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Website
Declaration
[JsonProperty("website")]
public string Website { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Zip
Declaration
[JsonProperty("zip")]
public string Zip { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements