Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 9.49 KB

File metadata and controls

22 lines (19 loc) · 9.49 KB

CustomerSeat

Fields

Field Type Required Description
created_at date ✔️ Creation timestamp of the object.
modified_at date ✔️ Last modification timestamp of the object.
id str ✔️ The seat ID
subscription_id Nullable[str] ✔️ The subscription ID (for recurring seats)
order_id Nullable[str] ✔️ The order ID (for one-time purchase seats)
status models.SeatStatus ✔️ N/A
customer_id Nullable[str] ✔️ The customer ID. When member_model_enabled is true, this is the billing customer (purchaser). When false, this is the seat member customer.
member_id Nullable[str] ✔️ The member ID of the seat occupant
member Nullable[models.Member] ✔️ The member associated with this seat
email Nullable[str] ✔️ Email of the seat member (set when member_model_enabled is true)
customer_email Nullable[str] ✔️ The assigned customer email
invitation_token_expires_at date ✔️ When the invitation token expires
claimed_at date ✔️ When the seat was claimed
revoked_at date ✔️ When the seat was revoked
seat_metadata Dict[str, Any] ✔️ Additional metadata for the seat