Polarex.CustomerSeatClaimResponse (Polarex v0.4.0)

Copy Markdown View Source

Provides struct and type for a CustomerSeatClaimResponse

Summary

Types

t()

@type t() :: %Polarex.CustomerSeatClaimResponse{
  customer_session_token: String.t(),
  seat: Polarex.CustomerSeat.t()
}