• APPOINTMENT TYPE 1 APPOINTMENT TYPE
    {{appointment.serviceType.Name}}
  • MEETING METHOD 2 MEETING METHOD
    {{appointment.bookingType == bookingType.InPerson ? "In Person" : "Over The Phone"}}{{appointment.bookingType && appointment.branch && appointment.branch.Name && appointment.serviceType.IsRetail ? ", " : ""}}{{appointment.branch && appointment.branch.Name && appointment.serviceType.IsRetail ? appointment.branch.Name : ""}}
  • MEETING DETAILS 3 MEETING DETAILS
    {{appointment.advisor.FullName}}, {{appointment.meetingDate | date: 'MMM d'}} {{appointment.schedule.StartTimeFormatted}}
  • YOUR DETAILS 4 YOUR DETAILS
  • CONFIRMATION 5 CONFIRMATION