SeatClaimInfo
Read-only information about a seat claim invitation. Safe for email scanners - no side effects when fetched.
Summary
Types
@type t() :: %PolarExpress.Schemas.SeatClaimInfo{ can_claim: boolean() | nil, customer_email: String.t() | nil, organization_name: String.t() | nil, organization_slug: String.t() | nil, product_id: String.t() | nil, product_name: String.t() | nil }
can_claim- Whether the seat can be claimedcustomer_email- Email of the customer assigned to this seatorganization_name- Name of the organizationorganization_slug- Slug of the organizationproduct_id- ID of the product Format: uuid.product_name- Name of the product