Type name: Reservation
Extends Intangible or Thing
| Name | Type | Description |
|---|---|---|
| additionalTicketText | Text | Any additional text to appear on a ticket, such as additional privileges or identifiers. |
| bookingAgent | Organization or Person | Who made the reservation. |
| bookingDate | DateTime | Date the reservation was made. |
| bookingTime | DateTime | Date the reservation was made. |
| broker | Organization or Person | An entity that arranges for an exchange between a buyer and a seller. In most cases a broker never acquires or releases ownership of a product or service involved in an exchange. If it is not clear whether an entity is a broker, seller, or buyer, the latter two terms are preferred. |
| cancelReservationUrl | URL | Web page where reservation can be cancelled. |
| checkinUrl | URL | Web page where the passenger can check in. |
| confirmReservationUrl | URL | Web page where reservation can be confirmed. |
| creator | Organization or Person | The person / organization that made the reservation. |
| dateModified | Date or DateTime | Time the reservation was last modified. |
| loyaltyProgram | ProgramMembership | . |
| modifiedTime | DateTime | Time the reservation was last modified. |
| modifyReservationUrl | URL | Web page where reservation can be modified. |
| numSeats | Text | Number of seats if unreserved seating. |
| price | Number or Text | Total price of the Reservation. |
| priceCurrency | Text | The currency (in 3-letter ISO 4217 format) of the Reservation's price. |
| programMembership | ProgramMembership | Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation. |
| programMembershipUsed | ProgramMembership | Any membership in a frequent flyer, hotel loyalty program, etc. being applied to the reservation. |
| provider | Organization or Person | The organization providing the reservation. |
| reservationFor | Thing | The thing -- restaurant, movie, event, flight, etc. -- the reservation is for. |
| reservationId | Text | A unique identifier for the reservation. |
| reservationNumber | Text | The number, code or id of the reservation. |
| reservationStatus | ReservationStatus or ReservationStatusType | Current status of the reservation. |
| reservedTicket | Ticket | A ticket associated with the reservation. |
| seat | Text | The location of the reserved seat (e.g., 27B). |
| seatingType | QualitativeValue or Text | The cabin/class of the seat. |
| seatRow | Text | The row location of the reserved seat (e.g., B). |
| seatSection | Text | The section location of the reserved seat (e.g. Orchestra). |
| ticketDownloadUrl | URL | . |
| ticketNumber | Text | The number or id of the ticket. |
| ticketPrintUrl | URL | . |
| ticketToken | Text or URL | If the barcode image is hosted on your site, the value of the field is URL of the image, or a barcode or QR URI, such as "barcode128:AB34" (ISO-15417 barcodes), "qrCode:AB34" (QR codes), "aztecCode:AB34" (Aztec codes), "barcodeEAN:1234" (EAN codes) and "barcodeUPCA:1234" (UPCA codes). |
| totalPrice | Number, PriceSpecification or Text | The total price for the reservation or ticket, including applicable taxes, shipping, etc. |
| underName | Organization or Person | The person or organization the reservation is for. |