Booking ID
: {{bookingSummary.bookingId}}
Booked On
: {{bookingSummary.createdAt2 }}
Service
: {{serviceMapDetails.service[0].servicesName}} ( {{serviceMapDetails.service[0].duration}} Minutes)
Practitioner
: {{serviceMapDetails.user[0].userName}} - ({{serviceMapDetails.user[0].contactNo}})
Date & Time
: {{bookingSummary.appoinmentDate}}{{bookingSummary.appoinmentSlots[0] | date:'shortTime'}}
Fees
: {{(serviceMapDetails.duration.length>0 ? serviceMapDetails.duration[0].fees : serviceMapDetails.service[0].fees) | currency: busCurrency}}
Payment Status
: {{(bookingSummary.paymentStatus== 1 ? 'Not Paid' : 'Paid') }}
Appointment For
: {{customerBookingDetails.cusName}} - ({{customerBookingDetails.phoneNo}})