Type name: LodgingReservation
Extends Reservation
| Name | Type | Description |
|---|---|---|
| bookingAgent | Person or Organization | 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. |
| checkinDate (Required) |
DateTime | Checkin time. |
| checkoutDate (Required) |
DateTime | Checkout time. |
| checkinUrl | URL | Web page where the lodger can check in. |
| confirmReservationUrl | URL | Web page where reservation can be confirmed. |
| lodgingUnitDescription | Text | Textual description of the unit type (including suite vs. room, size of bed, etc.). |
| 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. |
| numAdults | Number | Number of adults who will be staying in the lodging unit. |
| numChildren | Number | Number of children who will be staying in the lodging unit. |
| price | Text | Total price of the LodgingReservation. |
| priceCurrency | Text | The currency (in 3-letter ISO 4217 format) of the LodgingReservation'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) |
LodgingBusiness | The lodging the reservation is at. |
| reservationFor.address (Required) |
PostalAddress | Address of the Address of lodging. |
| reservationFor.address.addressCountry (Required) |
Text or Country | Country of Address of lodging. |
| reservationFor.address.addressLocality (Required) |
Text | Locality (e.g. city) of Address of lodging. |
| reservationFor.address.addressRegion (Required) |
Text | Region (e.g. State) of Address of lodging. |
| reservationFor.address.postalCode (Required) |
Text | Postal code of Address of lodging. |
| reservationFor.address.streetAddress (Required) |
Text | Street address of Address of lodging. |
| reservationFor.image | URL | Photo of the lodging business. |
| reservationFor.name (Required) |
Text | Name of the Address of lodging. |
| reservationFor.telephone (Required) |
Text | Telephone number of the LodgingBusiness. |
| reservationFor.url | URL | Website of the lodging business. |
| reservationNumber (Required) |
Text | The number or id of the reservation. |
| reservationStatus (Required) |
ReservationStatus | Current status of the reservation. |
| underName (Required) |
Person or Organization | The guest. |
| underName.email | Text | Email address. |
| underName.name (Required) |
Text | Name of the Person. |
| url | URL | Web page where reservation can be viewed. |