Input for creating an attendee atomically (one or more listings)
ContactFields & { kind?: AttendeeKind; paymentId?: string; bookings: ListingBooking[]; remainingBalance?: number; statusId?: number | null; allowOverbook?: boolean; source?: BookingSource; ticketToken?: string; }