MemberCreate
Schema for creating a new member.
Summary
Types
@type t() :: %PolarExpress.Schemas.MemberCreate{ customer_id: term(), email: term(), external_id: term(), name: term(), role: term() }
customer_id- The ID of the customer this member belongs to. Format: uuid4.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.role- The role of the member within the customer.