CustomerPortalMemberCreate
Schema for adding a new member to the customer's team.
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerPortalMemberCreate{ email: String.t() | nil, name: String.t() | nil, role: PolarExpress.Schemas.MemberRole.t() | nil }
email- The email address of the new member. Format: email.name- The name of the new member (optional). Nullable.role- The role for the new member. Defaults to 'member'.