EventDetail

data class EventDetail(val eventID: String, val countryCode: String)

Represents details of an event in the prepurchase flow.

Parameters

eventID

The unique identifier for the event.

countryCode

The country code associated with the event (e.g., "US").

Constructors

Link copied to clipboard
constructor(eventID: String, countryCode: String)

Properties

Link copied to clipboard
Link copied to clipboard