Stop Point Dto
@Serializable
@Xml(name = "StopPoint" )
Created by Deniz Kalem on 25.03.2025
Constructors
Link copied to clipboard
constructor(@Element(name = "PrivateCode" ) privateCodes: List<PrivateCodeDto>? = emptyList(), @PropertyElement(name = "siri:StopPointRef" ) stopPointRef: String, @Element(name = "StopPointName" ) stopPointName: NameDto?, @Element(name = "NameSuffix" ) nameSuffix: NameDto?, @Element(name = "PlannedQuay" ) plannedQuay: NameDto?, @Element(name = "EstimatedQuay" ) estimatedQuay: NameDto?, @PropertyElement(name = "ParentRef" ) parentRef: String?, @PropertyElement(name = "TopographicPlaceRef" ) topographicPlaceRef: String?, @PropertyElement(name = "WheelchairAccessible" ) wheelchairAccessible: Boolean?, @PropertyElement(name = "Lighting" ) lighting: Boolean?, @PropertyElement(name = "Covered" ) covered: Boolean?)