# `PolarExpress.Schemas.CustomerUpdatedFields`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/customer_updated_fields.ex#L2)

CustomerUpdatedFields

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerUpdatedFields{
  billing_address: PolarExpress.Schemas.AddressDict.t() | nil,
  email: String.t() | nil,
  metadata:
    %{required(String.t()) =&gt; String.t() | integer() | boolean() | nil} | nil,
  name: String.t() | nil,
  tax_id: String.t() | nil
}
```

* `billing_address` - Nullable.
* `email` - Nullable.
* `metadata` - Nullable.
* `name` - Nullable.
* `tax_id` - Nullable.

# `schema_name`

---

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