StopEventDeliveryDto

@Serializable
data class StopEventDeliveryDto(val responseTimestamp: LocalDateTime, val requestMessageRef: String? = null, val defaultLanguage: String? = null, val status: Boolean? = null, val calcTime: Int? = null, val responseContext: StopEventResponseContextDto? = null, val stopEventResults: List<StopEventResultDto>? = null) : AbstractDeliveryDto

Created by Deniz Kalem on 20.05.2026

Constructors

Link copied to clipboard
constructor(responseTimestamp: LocalDateTime, requestMessageRef: String? = null, defaultLanguage: String? = null, status: Boolean? = null, calcTime: Int? = null, responseContext: StopEventResponseContextDto? = null, stopEventResults: List<StopEventResultDto>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open override val defaultLanguage: String?
Link copied to clipboard
open override val requestMessageRef: String?
Link copied to clipboard
open override val responseTimestamp: LocalDateTime
Link copied to clipboard
Link copied to clipboard