Stop Point Dto
@Serializable
Created by Deniz Kalem on 25.03.2025
Constructors
Link copied to clipboard
constructor(privateCodes: List<PrivateCodeDto>? = emptyList(), stopPointRef: String, stopPointName: NameDto? = null, nameSuffix: NameDto? = null, plannedQuay: NameDto? = null, estimatedQuay: NameDto? = null, parentRef: String? = null, topographicPlaceRef: String? = null, wheelchairAccessible: Boolean? = null, lighting: Boolean? = null, covered: Boolean? = null)