PresentmentEventIso18013Proximity

data class PresentmentEventIso18013Proximity(val identifier: String = "", val timestamp: Instant = Instant.DISTANT_PAST, val data: PresentmentEventData, val request: DataItem, val response: DataItem, val sessionTranscript: DataItem) : Event

An event representing an ISO/IEC 18013-5 presentment for proximity.

TODO: include location (e.g. GPS coordinates)

Constructors

Link copied to clipboard
constructor(identifier: String = "", timestamp: Instant = Instant.DISTANT_PAST, data: PresentmentEventData, request: DataItem, response: DataItem, sessionTranscript: DataItem)

Properties

Link copied to clipboard

Data about the presentment.

Link copied to clipboard
open override val identifier: String

A unique identifier for the event.

Link copied to clipboard

The raw request data.

Link copied to clipboard

The raw response data.

Link copied to clipboard

The raw session transcript data.

Link copied to clipboard
open override val timestamp: Instant

The timestamp when the event was recorded.