PMCmdItineraryTimeWindow

data class PMCmdItineraryTimeWindow(val startTime: String? = null, val endTime: String? = null)

Expected time window for waypoint ( delivery )

Constructors

Link copied to clipboard
fun PMCmdItineraryTimeWindow(startTime: String? = null, endTime: String? = null)

Properties

Link copied to clipboard
val endTime: String? = null

defines the ending time of a time window in the UTC format, example 2015-03-06T14:30Z

Link copied to clipboard
val startTime: String? = null

defines the starting time of a time window in the UTC format, example 2015-03-06T14:15:00Z