FlightsBookingsGroupedOverallElement
| Field | Description | Type |
|---|---|---|
| *group | Group fields values combination for the requested grouping. | array[FlightsGroupElement] |
| *overall | Bookings overall values of the corresponding group. |
FlightsBookingsOverall |
FlightsGroupElement
| Field | Description | Type | Examples |
|---|---|---|---|
| *name | Name that identifies the element in the group. | string | trip_typeflight_type |
| *value | Value of the corresponding element. | string | onewayactive |
FlightsBookingsOverall
| Field | Description | Type |
|---|---|---|
| passengers | Count of passengers by booking status. | FlightsBookingsPassengers |
| days_in_advance | Average number of days elapsed between booking/cancellation date and departure date. | FlightsBookingsDaysInAdvance |
| partition | Incidence percentage of the group's confirmed passengers over total confirmed passengers. | decimal |
FlightsBookingsPassengers
| Field | Description | Type |
|---|---|---|
| confirmed | Count of confirmed (not canceled) passengers. | int |
| canceled | Count of canceled passengers. | int |
| total | Count of total passengers. | int |
FlightsBookingsDaysInAdvance
| Field | Description | Type |
|---|---|---|
| booking | Average number of days elapsed between booking date and departure date. | decimal |
| cancellation | Average number of days elapsed between cancellation date and departure date. | decimal |