HciDBReiseplanStorageData

data class HciDBReiseplanStorageData(channel: String?, reservation: String?, shortId: String?, type: String?, vh_amount_travellers: Int?, vr_amount_travellers: Int?)

Properties

channel
Link copied to clipboard
val channel: String?
reservation
Link copied to clipboard
val reservation: String?
shortId
Link copied to clipboard
val shortId: String?
type
Link copied to clipboard
val type: String?
vh_amount_travellers
Link copied to clipboard
val vh_amount_travellers: Int?
vr_amount_travellers
Link copied to clipboard
val vr_amount_travellers: Int?