ex_intercom v0.0.4 ExIntercom.Company View Source

An Intercom company.

Link to this section Summary

Functions

Fetches a company by its ExIntercom ID

Link to this section Types

Link to this type result() View Source
result() :: {:ok, ExIntercom.Company.t()} | {:error, any()}
Link to this type t() View Source
t() :: %ExIntercom.Company{company_id: term(), created_at: term(), id: term(), industry: term(), monthly_spend: term(), name: term(), plan: term(), remote_created_at: term(), session_count: term(), size: term(), type: term(), updated_at: term(), user_count: term(), website: term()}

Link to this section Functions

Fetches a company by its ExIntercom ID.