Market

data class Market(var id: String? = null)

Represents a market ID for the venue.

Constructors

Link copied to clipboard
constructor(id: String? = null)

Properties

Link copied to clipboard
var id: String?

The market ID, if available.