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

MemberOwnerCreate

Schema for creating an owner member during customer creation.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.MemberOwnerCreate{
  email: term(),
  external_id: term(),
  name: term()
}
```

* `email` - The email address of the member. Format: email.
* `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*
