Skip to main content
Skip table of contents

ReservationCollection

Overview

Wrapper class representing a parent reservation and its children

Definition

CODE
global with sharing class B25.ReservationCollection {
    global B25.Reservation parentReservation
    global List<B25.Reservation> childReservations
}

Properties

CODE
B25.Reservation parentReservation

Parent reservation

CODE
List<B25.Reservation> childReservations

Child reservations

On this page

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.