WaitTime

data class WaitTime(val brandId: String, val waitTime: WholeSeconds)(source)

Wait time information for a specific service brand.

Constructors

Link copied to clipboard
constructor(brandId: String, waitTime: WholeSeconds)

Properties

Link copied to clipboard
@SerialName(value = "brand_id")
val brandId: String

ID from a service brand defined in service_brands.json.

Link copied to clipboard
@SerialName(value = "wait_time")
val waitTime: WholeSeconds

Wait time in seconds the rider will need to wait in the location before pickup.