AirReservation | One line in a list of airline reservations. |
CruiseReservation | Retrieves either a single booking or a list of bookings matching the specified criteria. |
GlobalReservation | One line in a list of reservations from a global distribution system. It may contain the booking reference, the person name, start date, and an itinerary name. |
GolfReservation | One line in a list of golf reservations. It contains the reservation id's, golf facility and round id, date and time of play, package id, membership info, and golfer name. |
HotelReservation | One line in a list of hotel reservations. It may contain the reservation id, booked date, arrival and departure dates, number of nights and rooms, hotel info, guest info, and room info.The Reservation class contains the current reservation being created or altered. |
PackageReservation | One line in a list of package reservations. It contains the reservation id, departure date and point, destination point, duration, tour and travel codes, flight code, passenger name and number of passengers, and booking status.The supplier's code to identify the travel arrangement for the package. |
RailReservation | Retrieves either a single booking or a list of bookings matching the specified criteria.Defines the summary data that identifies a reservation. This information also helps in selecting a specific reservation. |
VehicleReservation | One line in a list of vehicle reservations. It contains the pickup and return dates, confirmation number, pickup and return locations, customer name, and vehicle information. |