type alias AttendeeInput

Input for creating an attendee atomically (one or more listings)

Definition

ContactFields & { kind?: AttendeeKind; paymentId?: string; bookings: ListingBooking[]; remainingBalance?: number; statusId?: number | null; allowOverbook?: boolean; source?: BookingSource; ticketToken?: string; }

Usage

import { type AttendeeInput } from "doc.ts";