Class CompanyResponseDto
public class CompanyResponseDto
- Inheritance
-
CompanyResponseDto
- Inherited Members
Properties
ActiveMembers
public ICollection<CompanyMemberResponseDto> ActiveMembers { get; set; }
Property Value
Address
Company address.
public string Address { get; set; }
Property Value
BusinessIdentificationNumber
E.g. CHE-000.000.000
public string? BusinessIdentificationNumber { get; set; }
Property Value
CountryCodeISO
3-letter ISO code of where the company is located.
public string CountryCodeISO { get; set; }
Property Value
CreationTimestampUTC
Unix-timestamp of when this GastroSky.Models.DTO.Company was inserted into the DB.
public long CreationTimestampUTC { get; set; }
Property Value
Company email address.
public string Email { get; set; }
Property Value
Id
Company ID. DB primary key.
public long Id { get; set; }
Property Value
InvitedMembers
public ICollection<CompanyMemberResponseDto> InvitedMembers { get; set; }
Property Value
Location
public LocationResponseDto Location { get; set; }
Property Value
Name
Company name (including legal form suffix).
public string Name { get; set; }
Property Value
PastMembers
public ICollection<CompanyMemberResponseDto> PastMembers { get; set; }
Property Value
Phone
Company phone number.
public string Phone { get; set; }
Property Value
ProfilePictureFileGuid
Profile picture, GUID
public string? ProfilePictureFileGuid { get; set; }
Property Value
Slug
Company slug.
public string Slug { get; set; }
Property Value
WebsiteURL
The company's website URL.
public string? WebsiteURL { get; set; }