MemberOwnerCreate
Schema for creating an owner member during customer creation.
Summary
Types
@type t() :: %PolarExpress.Schemas.MemberOwnerCreate{ email: String.t() | nil, external_id: String.t() | nil, name: String.t() | nil }
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.