Customer-seats
CustomerSeats API operations.
Summary
Types
@type t() :: %PolarExpress.Resources.CustomerSeats{ claimed_at: term() | nil, created_at: String.t() | nil, customer_email: term() | nil, customer_id: term() | nil, email: term() | nil, id: String.t() | nil, invitation_token_expires_at: term() | nil, member: term() | nil, member_id: term() | nil, modified_at: term() | nil, order_id: term() | nil, revoked_at: term() | nil, seat_metadata: term() | nil, status: map() | nil, subscription_id: term() | nil }
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)