DiscoveryVenue

data class DiscoveryVenue(val discoveryID: String, val hostID: String?, val name: String?, val isActive: Boolean?, val isDiscoverable: Boolean?, val isTestVenue: Boolean?, val addressLine1: String?, val addressLine2: String?, val city: String?, val stateCode: String?, val postalCode: String?, val countryCode: String?, val countryName: String?, val latitude: String?, val longitude: String?, val timeZone: String?, val distance: Double?, val type: String?, val marketList: List<String>?, val dmaList: List<String>?, val generalRules: String?, val childRules: String?, val parkingDetails: String?, val accessibleSeatingDetails: String?, val boxOfficeHours: String?, val boxOfficePhoneNumber: String?, val boxOfficePaymentDetails: String?, val boxOfficeWillCallDetails: String?, val imageMetadataArray: List<DiscoveryImageMetadata>?) : Parcelable

Represents a venue for an event in the purchase flow.

Parameters

discoveryID

The ID of the venue in the Discovery API.

hostID

The ID of the venue in the Host system, or null.

name

The name of the venue, or null if not set.

isActive

Whether the venue is active, or null if not set.

isDiscoverable

Whether the venue is discoverable, or null.

isTestVenue

Whether the venue is for testing, or null.

addressLine1

The first address line, or null if not set.

addressLine2

The second address line, or null if not set.

city

The city of the venue, or null if not set.

stateCode

The state code, or null if not set.

postalCode

The postal code, or null if not set.

countryCode

The country code, or null if not set.

countryName

The country name, or null if not set.

latitude

The latitude of the venue, or null if not set.

longitude

The longitude of the venue, or null if not set.

timeZone

The time zone of the venue, or null if not set.

distance

The distance to the venue, or null if not set.

type

The type of the venue, or null if not set.

marketList

List of market IDs, or null if not set.

dmaList

List of DMA IDs, or null if not set.

generalRules

General venue rules, or null if not set.

childRules

Child-specific rules, or null if not set.

parkingDetails

Parking information, or null if not set.

accessibleSeatingDetails

Accessible seating info, or null.

boxOfficeHours

Box office hours, or null if not set.

boxOfficePhoneNumber

Box office phone number, or null.

boxOfficePaymentDetails

Payment details, or null if not set.

boxOfficeWillCallDetails

Will call details, or null if not set.

imageMetadataArray

List of image metadata, or null if not set.

Constructors

Link copied to clipboard
constructor(discoveryID: String, hostID: String?, name: String?, isActive: Boolean?, isDiscoverable: Boolean?, isTestVenue: Boolean?, addressLine1: String?, addressLine2: String?, city: String?, stateCode: String?, postalCode: String?, countryCode: String?, countryName: String?, latitude: String?, longitude: String?, timeZone: String?, distance: Double?, type: String?, marketList: List<String>?, dmaList: List<String>?, generalRules: String?, childRules: String?, parkingDetails: String?, accessibleSeatingDetails: String?, boxOfficeHours: String?, boxOfficePhoneNumber: String?, boxOfficePaymentDetails: String?, boxOfficeWillCallDetails: String?, imageMetadataArray: List<DiscoveryImageMetadata>?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val city: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val type: String?

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)