Purchased Ticket#

Whenever you’re dealing with a purchased ticket in your template, you’re actually working with a PurchasedTicket object.

Attributes#

AttributeDescription
idThe ID of the purchased ticket in the system.
eventThe Event the purchased ticket is generated for.
eventIdThe ID of the event the purchased ticket is generated for.
sessionThe Session the purchased ticket is generated for.
sessionIdThe ID of the session the purchased ticket is generated for.
ticketThe Ticket the purchased ticket is generated for.
ticketIdThe ID of the ticket the purchased ticket is generated for.
orderThe Order (opens new window) where the ticket was originally purchased from.
orderIdThe ID of the order where the ticket was originally purchased from.
lineItemThe Line Item (opens new window) in the order where the ticket was originally purchased from.
lineItemIdThe ID of the line item where the ticket was originally purchased from.
eventTypeThe event’s type the purchased ticket is generated for.
ticketTypeThe ticket’s type the purchased ticket is generated for.
eventNameThe name of the event the purchased ticket is generated for.
ticketNameThe name of the ticket the purchased ticket is generated for.
qrCodeA QR code with a URL to the controller, including the ticket SKU, to easily check in a ticket for the event.
checkedInTrue or false depending on whether the ticket has been checked in for the event.
checkedInDateThe date this ticket was checked in.

Previous ← Ticket Next Events →