Class EventTicket
Defined in File EventTicketing.h
Class Documentation
-
class EventTicket
Data representation of a ticket for an event.
Public Functions
-
inline EventTicket()
-
bool operator==(const EventTicket &Other) const
-
bool operator!=(const EventTicket &Other) const
Public Members
-
EventTicketingVendor Vendor
Third party vendor mangaging the ticket.
-
csp::systems::TicketStatus Status
Current status of the ticket.
-
inline EventTicket()