SnapCar.Rider
A user who has the capability to make bookings.
Constructor
SnapCar.Rider
	
		()
	
	
	Properties
email
    String
    
    
    
        const
    
    
    
    The rider's email.
firstname
    String
    
    
    
        const
    
    
    
    The rider's firstname.
id
    String
    
    
    
        const
    
    
    
    The rider unique identifier.
lastname
    String
    
    
    
        const
    
    
    
    The rider's lastname.
status
    String
    
    
    
        const
    
    
    
    The rider account status. Its value is one of the SnapCar.RiderStatuses class properties. Check it out for more information.