PolarExpress.Schemas.MemberOwnerCreate (polar_express v0.2.0)

Copy Markdown View Source

MemberOwnerCreate

Schema for creating an owner member during customer creation.

Summary

Types

t()

@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.

Functions

schema_name()