PolarExpress.Schemas.SeatClaimInfo (polar_express v0.2.2)

Copy Markdown View Source

SeatClaimInfo

Read-only information about a seat claim invitation. Safe for email scanners - no side effects when fetched.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.SeatClaimInfo{
  can_claim: term(),
  customer_email: term(),
  organization_name: term(),
  organization_slug: term(),
  product_id: term(),
  product_name: term()
}
  • can_claim - Whether the seat can be claimed
  • customer_email - Email of the customer assigned to this seat
  • organization_name - Name of the organization
  • organization_slug - Slug of the organization
  • product_id - ID of the product Format: uuid.
  • product_name - Name of the product

Functions

schema_name()