TripResultDto

@Xml(name = "TripResult")
data class TripResultDto(@PropertyElement(name = "Id") val id: String, @Element val trip: TripDto?, @PropertyElement(name = "IsAlternativeOption") val isAlternativeOption: Boolean?) : Parcelable

Created by Michael Ruppen on 28.06.2024

Constructors

Link copied to clipboard
constructor(@PropertyElement(name = "Id") id: String, @Element trip: TripDto?, @PropertyElement(name = "IsAlternativeOption") isAlternativeOption: Boolean?)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard

Functions

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