Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TicketTicketEvent

The event applied to all line item tickets.

Represents a single event.

Hierarchy

  • TicketTicketEvent

Properties

Optional description

description: undefined | string

Description of the event.

Optional doorTime

doorTime: Time

Entry time, which might be different from the event start time. e.g. the event starts at 9am, but entry time is 8:30am.

Optional endDate

endDate: Time

End time.

Optional eventCharacters

eventCharacters: TicketEventCharacter[]

The characters related to this event. It can be directors or actors of a movie event, or performers of a concert, etc.

Optional location

location: V2Location

The location where the event is happening, or an organization is located.

Optional name

name: undefined | string

Required: Name of the event. For example, if the event is a movie, this should be the movie name.

Optional startDate

startDate: Time

Start time.

Optional type

Required: Type of the ticket event, e.g. movie, concert.

Optional url

url: undefined | string

Url to the event info.

Generated using TypeDoc