Class EventTicket

Class Documentation

class EventTicket

Data representation of a ticket for an event.

Public Functions

inline EventTicket()

Public Members

csp::common::String Id

CHS ID of the ticket resource.

csp::common::String SpaceId

ID of the space the ticket belongs to.

EventTicketingVendor Vendor

Third party vendor mangaging the ticket.

csp::common::String VendorEventId

ID within the third party vendor of the event the ticket is for.

csp::common::String VendorTicketId

ID within the third party vendor of the ticket.

csp::systems::TicketStatus Status

Current status of the ticket.

csp::common::String UserId

ID of the user associated with this ticket.

csp::common::String Email

Email address of the user associated with this ticket.

The email associated to the 3rd party ticket should match the email of the CHS user.