tock / ai.tock.bot.connector.ga.model.response.transaction.v3 / TicketEvent

TicketEvent

data class TicketEvent (source)

Constructors

<init>

TicketEvent(type: TicketEventType = TicketEventType.EVENT_TYPE_UNKNOWN, name: String, description: String?, url: String?, location: GALocation?)

Properties

description

val description: String?

location

val location: GALocation?

name

val name: String

type

val type: TicketEventType

url

val url: String?