emailAddress
The email address to use when contacting the user about reservations.
Declaration
var emailAddress: String? { get set }Discussion
Make sure you format the string in this property in order to properly display it to the user. When actually booking the reservation, you can also pass the information to the restaurant that receives the booking, so that it has a way of contacting the user if they need to change the reservation later.