Entity

data class Entity(val id: String, val type: EntityType)(source)

Constructors

Link copied to clipboard
constructor(id: String, type: EntityType)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The marketplace's ID of the entity associated with the interaction

Link copied to clipboard

The type of entity associated with the interaction.

Functions

Link copied to clipboard