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

CustomerPortalMemberUpdate

Schema for updating a member's role in the customer portal.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CustomerPortalMemberUpdate{
  role: PolarExpress.Schemas.MemberRole.t() | nil
}
```

* `role` - The new role for the member. Nullable.

# `schema_name`

---

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