Provides struct and type for a SeatClaimInfo
@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() }