CustomerSeat
Summary
Types
@type t() :: %PolarExpress.Schemas.CustomerSeat{ claimed_at: term(), created_at: term(), customer_email: term(), customer_id: term(), email: term(), id: term(), invitation_token_expires_at: term(), member: term(), member_id: term(), modified_at: term(), order_id: term(), revoked_at: term(), seat_metadata: term(), status: term(), subscription_id: term() }
claimed_at- When the seat was claimed Nullable.created_at- Creation timestamp of the object. Format: date-time.customer_email- The assigned customer email Nullable.customer_id- The customer ID. When member_model_enabled is true, this is the billing customer (purchaser). When false, this is the seat member customer. Nullable.email- Email of the seat member (set when member_model_enabled is true) Nullable.id- The seat ID Format: uuid.invitation_token_expires_at- When the invitation token expires Nullable.member- The member associated with this seat Nullable.member_id- The member ID of the seat occupant Nullable.modified_at- Last modification timestamp of the object. Nullable.order_id- The order ID (for one-time purchase seats) Nullable.revoked_at- When the seat was revoked Nullable.seat_metadata- Additional metadata for the seat Nullable.status- Status of the seatsubscription_id- The subscription ID (for recurring seats) Nullable.