• Chobble Tickets
  • doc.ts
    • Attendee
interface Attendee
extends ContactInfo

Properties

id: number
event_id: number
created: string
payment_id: string
quantity: number
price_paid: string
checked_in: boolean
refunded: boolean
ticket_token: string
ticket_token_index: string
date: string | null

Usage

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

Document Navigation

  • Properties
    • id
    • event_id
    • created
    • payment_id
    • quantity
    • price_paid
    • checked_in
    • refunded
    • ticket_token
    • ticket_token_index
    • date