SnapCar.BookingCancellationReasons
The possible booking cancellation reasons.
Table of Contents
Properties
NO_DRIVER
    String
    
    
    
        const
    
    
        static
    
    
    No driver was available for dispatch. Its value is "no_driver".
RIDER_CANCELLATION
    String
    
    
    
        const
    
    
        static
    
    
    The booking has been cancelled by the rider, and not charged. Its value is "rider_cancellation".
RIDER_CANCELLATION_CHARGED
    String
    
    
    
        const
    
    
        static
    
    
    The booking has been cancelled by the rider, and has been charged a cancellation fee. Its value is "rider_cancellation_charged".
SYSTEM_CANCELLATION
    String
    
    
    
        const
    
    
        static
    
    
    The booking has been cancelled by SnapCar. Its value is "system_cancellation".
SYSTEM_CANCELLATION_CHARGED
    String
    
    
    
        const
    
    
        static
    
    
    The booking has been cancelled by SnapCar, and charged. Its value is "system_cancellation_charged".