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 ReservationCollection {
    global Reservation parentReservation
    global List<Reservation> childReservations
}

Properties

CODE
Reservation parentReservation

Parent reservation

CODE
List<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.