Search booking

{{ vm.ln[reservation.status] }}
Booking number: {{ reservation.bookingReference }}
Booking Type: Booking by hour
Name:
{{ vm.prof.customerFirstName }} {{ vm.prof.customerLastName }}

Pickup date & time
{{ reservation.pickUpDate | asDate | date: "medium" }}
Pickup in
{{ reservation.pickup }}
Drop off in
{{ reservation.dropoff || "" }}
Time per hour
{{ reservation.timePerHour }} hours
Total: {{ ((((vm.prof && vm.prof.totalPrice) ? vm.prof.totalPrice.totalPrice : reservation.totalPrice) || 0) * vm.exchange_convertion) | currency: vm.ln.currency_code | currencyFormat }}
Please wait