PolarExpress.Resources.Members (polar_express v0.2.2)

Copy Markdown View Source

Members

Members API operations.

Summary

Types

t()

@type t() :: %PolarExpress.Resources.Members{
  created_at: term(),
  customer_id: term(),
  email: term(),
  external_id: term(),
  id: term(),
  modified_at: term(),
  name: term(),
  role: term()
}
  • created_at - Creation timestamp of the object. Format: date-time.
  • customer_id - The ID of the customer this member belongs to. Format: uuid4.
  • email - The email address of the member.
  • external_id - The ID of the member in your system. This must be unique within the customer.
  • id - The ID of the member. Format: uuid4.
  • modified_at - Last modification timestamp of the object.
  • name - The name of the member.
  • role - The role of the member within the customer.

Functions

object_name()