Polarex.SeatClaimInfo (Polarex v0.2.8)

View Source

Provides struct and type for a SeatClaimInfo

Summary

Types

t()

@type t() :: %Polarex.SeatClaimInfo{
  can_claim: boolean(),
  customer_email: String.t(),
  organization_name: String.t(),
  organization_slug: String.t(),
  product_id: String.t(),
  product_name: String.t()
}