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

CustomerUpdatedMetadata

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerUpdatedMetadata{
  customer_email: String.t() | nil,
  customer_external_id: String.t() | nil,
  customer_id: String.t() | nil,
  customer_name: String.t() | nil,
  updated_fields: PolarExpress.Schemas.CustomerUpdatedFields.t() | nil
}
```

* `customer_email`
* `customer_external_id` - Nullable.
* `customer_id`
* `customer_name` - Nullable.
* `updated_fields`

# `schema_name`

---

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