Wrapper class around reservation with related records.
Constructors
B25.Reservation(B25__Reservation__c reservation)
Creates a wrapper around the given reservation.
Properties
|
Name |
Type |
Description |
|---|---|---|
|
reservation |
B25__Reservation__c |
The actual reservation record this wrapper represents. |
|
childRecords |
Map<String, List<SObject>> |
Child records of the reservation mapped by their relationship name. |
|
duration |
Integer |
Duration of the reservation. Currently used as an input on the ReservationCollectionTimeSlotFinder to indicate the duration of child reservations. |
GoMeddo Rest API
In the GoMeddo Rest API, API calls enable interaction with a single reservation. These calls allow you to view, create, update, or delete reservations. They can be found here:
https://apidocs.gomeddo.com/#/reservations