MemberUpdate
Schema for updating a member.
Summary
Types
@type t() :: %PolarExpress.Schemas.MemberUpdate{ name: String.t() | nil, role: PolarExpress.Schemas.MemberRole.t() | nil }
name- Nullable.role- The role of the member within the customer. Nullable.