ReservationPackage
Type name: ReservationPackage
Extends Reservation or Reservation
Name |
Type |
Description |
reservation |
Reservation |
The individual reservations included in the package. |
subReservation |
Reservation |
The individual reservations included in the package. Typically a repeated property. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 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"]]