Ticket

@Serializable
data class Ticket(val strategy: String = "ticket", val ticket: String)

The SignUp will be created with a ticket.

Constructors

Link copied to clipboard
constructor(strategy: String = "ticket", ticket: String)

Properties

Link copied to clipboard
Link copied to clipboard