# `Codat.Lending.CompanyInfo`
[🔗](https://github.com/iamkanishka/codat.git/blob/v1.0.0/lib/codat/lending/lending.ex#L575)

Access company information via the Lending API.

# `get`

```elixir
@spec get(Codat.Client.t() | String.t(), String.t() | keyword()) ::
  {:ok, map()} | {:error, Codat.Error.t()}
```

Returns company info enriched with lending-specific attributes.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
