DiscoveryVenue

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>?)

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.