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

CustomerCreatedMetadata

# `t`

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

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

# `schema_name`

---

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