type alias ListingAttendeeRow

Row from listing_attendees — per-listing booking data

Properties

listing_id: number
start_at: string | null
end_at: string | null
quantity: number
checked_in: number
refunded: number
price_paid: number

Per-order token shared by every row created in one checkout; "" for legacy rows and parent-less bookings.

Parent listing this row was folded under (a chosen child); 0 otherwise.

The package group this order belongs to; 0 when not a package order.