Attendee data needed for webhook notifications
ContactInfo & { id: number; quantity: number; payment_id: string; price_paid: string; ticket_token: string; date: string | null; }
Attendee data needed for webhook notifications
ContactInfo & { id: number; quantity: number; payment_id: string; price_paid: string; ticket_token: string; date: string | null; }
import { type WebhookAttendee } from "doc.ts";