Provides struct and type for a Company
Summary
Types
@type t() :: %Gleanex.Client.Company{ about: String.t() | nil, annualRevenue: number() | nil, fax: String.t() | nil, foundedDate: Date.t() | nil, industry: String.t() | nil, location: String.t() | nil, logoUrl: String.t() | nil, name: String.t(), numberOfEmployees: integer() | nil, phone: String.t() | nil, profileUrl: String.t() | nil, stockSymbol: String.t() | nil, websiteUrls: [String.t()] | nil }