Discovery Attraction
data class DiscoveryAttraction(val discoveryID: String, val hostID: String?, val name: String?, val isActive: Boolean?, val isDiscoverable: Boolean?, val isTestAttraction: Boolean?, val type: String?, val locale: String?, val imageMetadataList: List<DiscoveryImageMetadata>?, val classificationList: List<DiscoveryClassification>?) : Parcelable
Represents an artist or sports team in the purchase flow.
Parameters
discovery ID
The ID of the attraction in the Discovery API.
host ID
The ID of the attraction in the Host system, or null.
name
The name of the attraction, or null if not set.
is Active
Whether the attraction is active, or null if not set.
is Discoverable
Whether the attraction is discoverable, or null.
is Test Attraction
Whether the attraction is for testing, or null.
type
The type of the attraction, or null if not set.
locale
The locale of the attraction, or null if not set.
image Metadata List
List of image metadata, or null if not set.
classification List
List of classifications, or null if not set.