reservationIdentifier
An identifier to use when searching for the user’s reservations.
Declaration
var reservationIdentifier: String? { get set }Discussion
When the system wants to display a specific reservation, this property contains the identifier for that reservation. Use this identifier to fetch only the specified reservation. When this property is nil, return all of the user’s current reservations, or those specific to the restaurant listed in the restaurant property.