Paquete de reserva
Nombre de tipo: ReservationPackage
Extiende Reservation o Reservation
Nombre |
Tipo |
Descripción |
reserva |
Reserva |
Las reservas individuales incluidas en el paquete. |
subreserva |
Reserva |
Las reservas individuales incluidas en el paquete. Por lo general, es una propiedad repetida. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2024-09-03 (UTC)
[null,null,["Última actualización: 2024-09-03 (UTC)"],[[["ReservationPackage extends the existing Reservation type."],["It includes details about individual reservations within a package using the `reservation` or `subReservation` properties."],["`subReservation` is typically used as a repeated property to accommodate multiple reservations within the package."]]],["The `ReservationPackage` type, which extends `Reservation`, contains individual reservations. It uses two properties: `reservation` and `subReservation`, both of which are of the `Reservation` type. These properties represent the specific reservations that are part of the larger package. `subReservation` is a repeating property, signifying multiple individual reservations can exist within the package.\n"]]