Skip to content

Commit

Permalink
MasterPricer: Add flight opts BD & UBD (#321)
Browse files Browse the repository at this point in the history
‘BD’ – will restrict the transaction to only bundled fares (i.e. will exclude unbundled fares)
‘UBD’ – will restrict the transaction to only unbundled fares (i.e. will return only fares with FTC EOU and ERU)
  • Loading branch information
therealartz authored and DerMika committed May 25, 2019
1 parent b20918e commit 958b558
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Amadeus/Client/RequestOptions/MpBaseOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 958b558

Please sign in to comment.