Box Office Info
data class BoxOfficeInfo(var boxOfficeHours: String? = null, var boxOfficePhoneNumber: String? = null, var boxOfficePaymentDetails: String? = null, var boxOfficeWillCallDetails: String? = null)
Represents box office information for the venue.