Show:

A user who has the capability to make bookings.

Table of Contents

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.

paymentMethod

SnapCar.PaymentMethod const

The rider's payment method.

status

String const

The rider account status. Its value is one of the SnapCar.RiderStatuses class properties. Check it out for more information.