Type name: FoodEstablishmentReservation
Extends Reservation
Name | Type | Description |
---|---|---|
bookingAgent | Organization or Person | Booking agent or agency. Also accepts a string (e.g. ""). |
bookingAgent.name | Text | Name of the agent/service. |
bookingAgent.url | URL | Website of the agent/service. |
bookingTime | DateTime | Date the reservation was made. |
cancelReservationUrl | URL | Web page where reservation can be cancelled. |
confirmReservationUrl | URL | Web page where reservation can be confirmed. |
modifiedTime | DateTime | (recommended for Confirmation Cards/Search Answers) Time the reservation was last modified. |
modifyReservationUrl | URL | (recommended for Confirmation Cards/Search Answers) Web page where reservation can be modified. |
partySize (Required) |
Number | Number of people in the party. |
price | Text | Total price of the FoodEstablishmentReservation. |
priceCurrency | Text | The currency (in 3-letter ISO 4217 format) of the FoodEstablishmentReservation's price.'' |
programMembership | ProgramMembership | Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation. |
programMembership.memberNumber | Text | The identifier of the membership. |
programMembership.program | Text | The name of the program. |
reservationFor (Required) |
FoodEstablishment | The food establishment the reservation is for. |
reservationFor.address (Required) |
PostalAddress | Address of the restaurant. |
reservationFor.address.addressCountry (Required) |
Country or Text | Country of restaurant. |
reservationFor.address.addressLocality (Required) |
Text | Locality (e.g. city) of restaurant. |
reservationFor.address.addressRegion (Required) |
Text | Region (e.g. State) of restaurant. |
reservationFor.address.postalCode (Required) |
Text | Postal code of restaurant. |
reservationFor.address.streetAddress (Required) |
Text | Street address of restaurant. |
reservationFor.image | URL | Image of the restaurant. |
reservationFor.name (Required) |
Text | Name of the restaurant. |
reservationFor.telephone | Text | Telephone number of the FoodEstablishment. |
reservationFor.url | URL | Restaurant's website. |
reservationNumber (Required) |
Text | The number or id of the reservation. |
reservationStatus (Required) |
ReservationStatus | Current status of the reservation. |
startTime (Required) |
DateTime | Reservation date and time. |
underName (Required) |
Organization or Person | The person the table is for. |
underName.email | Text | Email address. |
underName.name (Required) |
Text | Name of the Person. |
url | URL | Web page where reservation can be viewed. |