Pakiet rezerwacji
Nazwa typu: ReservationPackage
Rozszerza element Rezerwacja lub Rezerwacja.
Nazwa |
Typ |
Opis |
rezerwacja |
Rezerwacja |
Poszczególne rezerwacje wchodzące w skład pakietu. |
rezerwacja podrzędna |
Rezerwacja |
Poszczególne rezerwacje wchodzące w skład pakietu. Zwykle jest to powtórzona właściwość. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-03 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]