Polarex.CustomerSeatClaimResponse (Polarex v0.3.1)

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()
}