ApiBookingTime Data Type

Represents either an earliest or latest time a trip can be booked relative to the departure day of the trip.

Implemented Interfaces
Serializable
Properties
name data type constraints description
time number required The latest time at which the trip must be booked.

Unit: seconds since midnight

daysPrior number required How many days in advance this trip must be booked.

Example

{
  "time" : 12345,
  "daysPrior" : 12345
}