ShipmentStep

@Serializable
data class ShipmentStep(val service: Int? = null, val location: LonLat? = null, val locationIndex: Int? = null, val timeWindows: List<TimeWindow>? = null)

Constructors

Link copied to clipboard
constructor(service: Int? = null, location: LonLat? = null, locationIndex: Int? = null, timeWindows: List<TimeWindow>? = null)

Properties

Link copied to clipboard
val location: LonLat? = null

Coordinates or index, provide one of them

Link copied to clipboard
@SerialName(value = "location_index")
val locationIndex: Int? = null
Link copied to clipboard
val service: Int? = null

Service time in seconds at this step

Link copied to clipboard
@SerialName(value = "time_windows")
val timeWindows: List<TimeWindow>? = null

Time windows at this step