# `AdyenClient.Management.Companies`
[🔗](https://github.com/iamkanishka/adyen_client/blob/v1.0.0/lib/adyen_client/management/companies_merchants_stores_users_creds.ex#L5)

Management API — Company account operations.

# `get`

```elixir
@spec get(
  String.t(),
  keyword()
) :: AdyenClient.Client.response()
```

Get a single company account.

# `list`

```elixir
@spec list(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Get a list of company accounts.

# `list_merchants`

```elixir
@spec list_merchants(String.t(), map(), keyword()) :: AdyenClient.Client.response()
```

Get all merchant accounts under a company.

---

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