PolarExpress.Schemas.CustomerSeatClaimResponse (polar_express v0.2.2)

Copy Markdown View Source

CustomerSeatClaimResponse

Response after successfully claiming a seat.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.CustomerSeatClaimResponse{
  customer_session_token: term(),
  seat: term()
}
  • customer_session_token - Session token for immediate customer portal access
  • seat - The claimed seat

Functions

schema_name()