Subclass of: Reservation
A Reservation for a BusTrip
| Properties inherited from Reservation | ||
| 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. |
| cancelReservationUrl | URL | Web page where reservation can be cancelled. |
| checkinUrl | URL | Webpage 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 | Number or 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. |
| provider | Organization or Person | The organization providing the reservation. |
| reservationFor | BusTrip , Event , Flight , FoodEstablishment , LodgingBusiness , RentalCar , Thing or TrainTrip | The thing -- restaurant, movie, event, flight, etc. -- the reservation is for. |
| reservationNumber | Text | The number, code or id of the reservation. |
| reservationStatus | ReservationStatus | Current status of the reservation. |
| seat | Text | The location of the reserved seat (e.g., 27B). |
| seatingType | EventSeatingType 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). |
| underName | Organization or Person | The person or organization the reservation is for. |
| Properties added by BusReservation | ||
| reservationFor | BusTrip , Event , Flight , FoodEstablishment , LodgingBusiness , RentalCar , Thing or TrainTrip | The thing -- restaurant, movie, event, flight, etc. -- the reservation is for. |