SnapCar.BookingStatuses
The possible booking statuses.
Table of Contents
- Properties
Properties
CANCELLED
String
const
static
When the booking is cancelled. Its value is "cancelled".
COMPLETE
String
const
static
When the booking is ended, meaning that the rider has been dropped off. Its value is "complete".
DRIVER_WAITING
String
const
static
When the driver has arrived at the pick up location and is waiting for the rider. Its value is "driver_waiting".
GOING_TO_GET
String
const
static
When a driver has accepted a booking and is on his way to pick up the rider. Its value is "going_to_get".
ON_BOARD
String
const
static
When the rider is in the car. Its value is "on_board".
PENDING
String
const
static
When the booking is waiting for a driver to be attributed. Its value is "pending".