PolarExpress.Schemas.MemberUpdate (polar_express v0.2.2)

Copy Markdown View Source

MemberUpdate

Schema for updating a member.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.MemberUpdate{name: term(), role: term()}
  • name - Nullable.
  • role - The role of the member within the customer. Nullable.

Functions

schema_name()