Customer-seats
CustomerSeats API operations.
Summary
Types
@type t() :: %PolarExpress.Resources.CustomerSeats{ 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 claimedcreated_at- Creation timestamp of the object. Format: date-time.customer_email- The assigned customer emailcustomer_id- The customer ID. When member_model_enabled is true, this is the billing customer (purchaser). When false, this is the seat member customer.email- Email of the seat member (set when member_model_enabled is true)id- The seat ID Format: uuid.invitation_token_expires_at- When the invitation token expiresmember- The member associated with this seatmember_id- The member ID of the seat occupantmodified_at- Last modification timestamp of the object.order_id- The order ID (for one-time purchase seats)revoked_at- When the seat was revokedseat_metadata- Additional metadata for the seatstatus- Status of the seatsubscription_id- The subscription ID (for recurring seats)