TripSummaryDto

@Xml(name = "TripSummary")
data class TripSummaryDto(@PropertyElement(name = "TripId") val id: String) : AbstractTripDto

Created by Michael Ruppen on 01.07.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "TripId") id: String)

Properties

Link copied to clipboard
open override val id: String

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)