diff --git a/src/Amadeus/Client/RequestOptions/MpBaseOptions.php b/src/Amadeus/Client/RequestOptions/MpBaseOptions.php index f9539d529..54789fa85 100644 --- a/src/Amadeus/Client/RequestOptions/MpBaseOptions.php +++ b/src/Amadeus/Client/RequestOptions/MpBaseOptions.php @@ -52,6 +52,8 @@ class MpBaseOptions extends Base const FLIGHTOPT_IN_FLIGHT_SERVICES = 'IFS'; const FLIGHTOPT_ONLY_PTC = 'PTC'; const FLIGHTOPT_MINIRULES = 'MNR'; + const FLIGHTOPT_ONLY_BUNDLED_FARES = 'BD'; + const FLIGHTOPT_ONLY_UNBUNDLED_FARES = 'UBD'; const CORPORATE_QUALIFIER_AMADEUS_NEGO = 'RC'; const CORPORATE_QUALIFIER_UNIFARE = 'RW';