Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceAssignmentRequest

Service Assignment Request

Assignment is handled as a mapping of service types to a set of PassengerAssignments

example

Setting Flights


const flights: ServiceAssignmentRequest = {
     "FlightGroups": [
         {
             ComponentId: "the_id",
             PassengerIds: [1,2,3]
         }
     ]
}

Hierarchy

  • ServiceAssignmentRequest

Index

Properties

Optional Accommodations

Accommodations: Array<PassengerAssignment>

Optional FlightGroups

FlightGroups: Array<PassengerAssignment>

Generated using TypeDoc