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

OwnerCreate

Schema for creating an owner member during customer creation.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.OwnerCreate{
  email: String.t() | nil,
  external_id: String.t() | nil,
  name: String.t() | nil
}
```

* `email` - The email address of the member. Nullable.
* `external_id` - The ID of the member in your system. This must be unique within the customer. Nullable.
* `name` - Nullable.

# `schema_name`

---

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