# `Polarex.CustomerTeam`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/customer_team.ex#L1)

Provides struct and type for a CustomerTeam

# `t`

```elixir
@type t() :: %Polarex.CustomerTeam{
  avatar_url: String.t(),
  billing_address: Polarex.Address.t() | nil,
  created_at: DateTime.t(),
  deleted_at: DateTime.t() | nil,
  email: String.t() | nil,
  email_verified: boolean(),
  external_id: String.t() | nil,
  id: String.t(),
  locale: String.t() | nil,
  metadata: map(),
  modified_at: DateTime.t() | nil,
  name: String.t() | nil,
  organization_id: String.t(),
  tax_id: [any()] | nil,
  type: String.t()
}
```

---

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