BoxOfficeInfo

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.

Constructors

Link copied to clipboard
constructor(boxOfficeHours: String? = null, boxOfficePhoneNumber: String? = null, boxOfficePaymentDetails: String? = null, boxOfficeWillCallDetails: String? = null)

Properties

Link copied to clipboard
@SerializedName(value = "openHoursDetail")
var boxOfficeHours: String?

Box office hours, if available.

Link copied to clipboard
@SerializedName(value = "acceptedPaymentDetail")
var boxOfficePaymentDetails: String?

Payment details, if available.

Link copied to clipboard
@SerializedName(value = "phoneNumberDetail")
var boxOfficePhoneNumber: String?

Box office phone number, if available.

Link copied to clipboard
@SerializedName(value = "willCallDetail")
var boxOfficeWillCallDetails: String?

Will call details, if available.