AirShopping is an endpoint that allows travellers to compare rates and itinerary options from multiple sources, including GDS, NDC, and direct airlines.
This endpoint supports searches for one-way, round-trip, and multicity flights, giving you flexibility in planning your travel.
AirShopping allows you to set a range of preferences to get more accurate results based on your specific needs, such as fare type, cabin type, alternate days, direct flights, refundable tickets, nearby airports, and free baggage.
By using AirShopping, you can get a more complete view of available itinerary options and make more informed decisions about your travel plans.
Schema
This is an optional field.
-
Travel Agency Sender:
-
Name: Provide the name for the request. This is a String value.
-
IATA Number: Provide the IATA number for the request. This is a String value.
-
Agency ID: Provide the agency ID for the request. This is a String value.
-
Contacts:
- EmailContact: Provide the email contact for the request. This is a String value.
-
- OriginDestination: This is an Array and a required field.
You must provide the Departure
and Arrival
details to get the shopping details.
Note:
AirportCode
must be different for both theDeparture
andArrival
to avoid any exceptions.
We are providing the following three options to enhance your air-shopping experience.
- One Way
- Return
- Openjaw/Multicity
-
Arrival and Departure Time: These two parameters are used to indicate the scheduled arrival time and Departure time of a flight. It is typically represented as a JSON object with two properties: “From” and “To”, which specifically gives you the itineraries with the specific time interval, respectively. The values of these properties are usually formatted as four-digit strings representing the time in 24-hour format.
-
NoOFMiles: “NoOfMiles” is a field used to show nearby airports that are within a certain distance from the selected departure or arrival airport. The Value will be string.
- Passenger: This is an Array
Note: This is a required field. The passenger list must have at least one adult. Infant object count should be less than or equal to the adult count. More than nine passengers are not accepted.
-
PassengerID: Provide the passenger ID for the request. This is a String value.
-
PTC: Provide the passenger type. Valid values are
ADT
,CHD
, andINF
. This is a String value.
This is an optional field. You can fill the travel preferences for the air shopping request.
-
TripType: Provide your preferred trip type. Default value is ONEWAY. Valid values are
ONEWAY
,ROUND
,MULTI
, andOPENJAW
. This is a String value. This is a required field. -
CabinType: This is a String value. This is a required field. Provide your preferred cabin type. Default value is Y:ECONOMY. Valid values are
Y: ECONOMY
,S: PREM ECONOMY
,C: BUSINESS
,D: PREMBUSINESS
,F: FIRSTCLASS
, andP: PREMFIRSTCLASS
. -
FareType: Provide your preferred fare type. Default value is 70J Public. Valid values are
70J:PUB
,749:PRI
, and750:Both
. This is a String value. This is a required field. -
AdditionalCabinType: Provide the additional cabin type. Valid values are:
S: PREM ECONOMY
,C: BUSINESS
,D: PREMBUSINESS
,F:FIRSTCLASS
, andP: PREMFIRSTCLASS
. This is a Array value. -
NoOfStops: Provide the required number of stops. Valid values are 0 and greater than 0. This is a Numeric value.
-
NearByAirports: Provide if there is any airport present nearby. Default value is N. Valid values are
Y
andN
. This is a String value. -
FreeBaggage: Provide if you want to request for free baggage. Default value is N. Valid values are
Y
andN
. This is a String value. -
CountryPreference: Provide the Preferred country, or Exclude country. This is a String value.
-
AirlinePreference: Provide the Preferred airlines, or Exclude airlines. This is a String value.
-
StopPreference: Provide the Preferred stops or Exclude stops. This is a String value.
-
Currency: Provide the details to make a currency request. Default Value is CAD. Valid values are
CAD
,INR
,USD
, andSGD
. This is a String value. This is a required field. -
Penalties: This is an Object. Penalties are charges imposed by airlines on passengers for making changes to their flight itinerary or for cancelling their reservation. These penalties can vary depending on a number of factors, such as the type of ticket purchased, the time of cancellation or change request.
-
Usage: Although additional fees or penalties may apply. If the parameter is set to “N”, then changes may not be possible, and travellers may need to purchase a new ticket if they need to make changes to their travel plans.
-
Some common types of penalties that airlines may impose include
-
ZeroChangeFee
-
NoCancellationFee
-
Refundable
-
ReBookingPossible
-
-
ZeroChangeFee: The ZeroChangeFee parameter is used to specify if a flight itinerary can be changed without any additional fees. If this parameter is set to “Y”, then no change fees will apply. If it is set to “N”, then change fees will apply
-
NoCancellationFee: The NoCancellationFee parameter is used to indicate whether a flight itinerary can be cancelled without incurring any additional fees. If this parameter is set to “Y”, then no cancellation fees will apply. If it is set to “N”, then cancellation fees will apply.
-
Refundable: The Refundable parameter is used by airlines to specify if a flight itinerary can be refunded. If this parameter is set to “Y”, then the itinerary is fully refundable. If it is set to “N”, then the itinerary is non-refundable.
-
ReBookingPossible: The RebookingPossible parameter is to indicate whether it is possible to rebook a flight itinerary. If this parameter is set to “Y”, then the itinerary can be rebooked. If it is set to “N”, then the itinerary cannot be rebooked.
-
-
RbdPreference: The RbdPreference parameter is used to allow travellers to specify their preferred booking class or exclude specific booking classes. The parameter consists of a sub-parameter as RequireAllRbd, which can have a value of “Y” or “N”.
-
AlliancePreference: The AlliancePreference parameter allows you to specify the preference type for a specific airline alliance. This is a string value that requires you to mention the specific alliance code, such as “SA” for Star Alliance or “ST” for Sky Team. You can use this parameter to include or exclude the alliance preference type based on your requirements.
-
ConnectionTime: The ConnectionTime parameter is used to filter itineraries that include a connecting flight between the primary flight and the destination. This parameter specifies the minimum and maximum amount of time, in minutes, that you are willing to spend at the connecting airport. This works only when there is a stop. For example, you can set the Min value to 120 and the Max value to 240 to indicate that you want to spend between 2 to 4 hours at the connecting airport. The valid range for this parameter is between 1 hour to 24 hours.
-
DoubleOneWay: DoubleOneWay is a parameter is to indicate that a round-trip itinerary is constructed by combining two separate one-way flights rather than a round-trip ticket. If the DoubleOneWay parameter is set to “Y”, then the round-trip itinerary is constructed by booking two separate one-way flights, with one outbound flight and one return flight. This can sometimes result in a lower fare than a round-trip ticket, as airlines may offer different pricing for one-way flights.
Request URL
curl --location --request POST 'https://newapi.tltid.com/AirShopping' \
--header 'Authorization: <YOUR_ACCESS_TOKEN>' \
Request Body (ROUND Trip)
{
"AirShoppingRQ": {
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "kathir",
"IATA_Number": "",
"AgencyID": "",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"CoreQuery": {
"OriginDestinations": {
"OriginDestination": [
{
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"ArrivalTime": {
"From": "",
"To": ""
},
"NoOfMiles": ""
},
"Arrival": {
"AirportCode": "LHR",
"NoOfMiles": ""
}
},
{
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"ArrivalTime": {
"From": "",
"To": ""
},
"NoOfMiles": ""
},
"Arrival": {
"AirportCode": "YYZ",
"NoOfMiles": ""
}
}
]
}
},
"DataLists": {
"PassengerList": {
"Passenger": [
{
"PassengerID": "T1",
"PTC": "ADT"
}
]
}
},
"Preference": {
"TripType": "ROUND",
"FareType": [
"70J",
"749"
],
"RbdPreference": {
"RequireAllRbd": "N",
"PreferedRbds": [],
"ExcludeRbds": []
},
"AlliancePreference": {
"PreferedAlliance": [],
"ExcludeAlliance": []
},
"Cabin": "Y",
"AdditionalCabinType": [],
"AlternateDays": 0,
"DirectFlight": "N",
"Refundable": "",
"NearByAirports": "N",
"FreeBaggage": "N",
"NoOfStops": "",
"ConnectionTime": {
"Min": "",
"Max": ""
},
"Penalties": {
"ZeroChangeFee": "N",
"NoCancellationFee": "Y",
"Refundable": "N",
"RebookingPossible": "N"
},
"CountryPreference": {
"ExcludeCountry": []
},
"DoubleOneWay": "Y",
"Currency": "CAD"
},
"MetaData": {
"TraceId": "162495267992"
}
}
}
Response Sample (ROUND Trip)
{
"AirShoppingRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "clarity agency",
"IATA_Number": "",
"AgencyID": "clarity agency",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1679929462522875965",
"Success": {},
"OffersGroup": {
"AirlineOffers": [
{
"AirlineOfferSnapshot": {
"PassengerQuantity": 1,
"MatchedOfferQuantity": 226,
"Lowest": {
"BookingCurrencyPrice": 1322.66,
"EquivCurrencyPrice": 1322.66
},
"Highest": {
"BookingCurrencyPrice": 5828.56,
"EquivCurrencyPrice": 5828.56
}
},
"Offer": [
{
"OfferID": "3491199111679929476490167159",
"Owner": "FI",
"OwnerName": "Icelandair",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1322.66,
"EquivCurrencyPrice": 1322.66
},
"BasePrice": {
"BookingCurrencyPrice": 715,
"EquivCurrencyPrice": 715
},
"TaxPrice": {
"BookingCurrencyPrice": 607.66,
"EquivCurrencyPrice": 607.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1322.66,
"EquivCurrencyPrice": 1322.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1322.66,
"EquivCurrencyPrice": 1322.66
},
"BaseAmount": {
"BookingCurrencyPrice": 715,
"EquivCurrencyPrice": 715
},
"TaxAmount": {
"BookingCurrencyPrice": 607.66,
"EquivCurrencyPrice": 607.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 344,
"EquivCurrencyPrice": 344
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "IS",
"BookingCurrencyPrice": 7.8,
"EquivCurrencyPrice": 7.8
},
{
"TaxCode": "ZU",
"BookingCurrencyPrice": 7.4,
"EquivCurrencyPrice": 7.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "OJ2QCAFL OJ2QCAFL"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "8 8"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3 Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "OJ2QCAFL OJ2QCAFL"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "8 8"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476490167159",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476496807355",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1666.96,
"EquivCurrencyPrice": 1666.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1666.96,
"EquivCurrencyPrice": 1666.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1666.96,
"EquivCurrencyPrice": 1666.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476496807355",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476499278489",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1666.96,
"EquivCurrencyPrice": 1666.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1666.96,
"EquivCurrencyPrice": 1666.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1666.96,
"EquivCurrencyPrice": 1666.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476499278489",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476502166831",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1667.96,
"EquivCurrencyPrice": 1667.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1667.96,
"EquivCurrencyPrice": 1667.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1667.96,
"EquivCurrencyPrice": 1667.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476502166831",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476505353739",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1667.96,
"EquivCurrencyPrice": 1667.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1667.96,
"EquivCurrencyPrice": 1667.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1667.96,
"EquivCurrencyPrice": 1667.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 897.96,
"EquivCurrencyPrice": 897.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476505353739",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476507170758",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476507170758",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476514784184",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476514784184",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476509278421",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476509278421",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476516199772",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476516199772",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476511514083",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476511514083",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476518825618",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.06,
"EquivCurrencyPrice": 1671.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476518825618",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476522276779",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.16,
"EquivCurrencyPrice": 1671.16
},
"BasePrice": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxPrice": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.16,
"EquivCurrencyPrice": 1671.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.16,
"EquivCurrencyPrice": 1671.16
},
"BaseAmount": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxAmount": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476522276779",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476524468768",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1671.16,
"EquivCurrencyPrice": 1671.16
},
"BasePrice": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxPrice": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.16,
"EquivCurrencyPrice": 1671.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1671.16,
"EquivCurrencyPrice": 1671.16
},
"BaseAmount": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxAmount": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476524468768",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476529387005",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1672.16,
"EquivCurrencyPrice": 1672.16
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1672.16,
"EquivCurrencyPrice": 1672.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1672.16,
"EquivCurrencyPrice": 1672.16
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476529387005",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476531263274",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1672.16,
"EquivCurrencyPrice": 1672.16
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1672.16,
"EquivCurrencyPrice": 1672.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1672.16,
"EquivCurrencyPrice": 1672.16
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 887.16,
"EquivCurrencyPrice": 887.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476531263274",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476534776894",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BasePrice": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BaseAmount": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476534776894",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476537902277",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BasePrice": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BaseAmount": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476537902277",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476545488448",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BasePrice": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BaseAmount": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476545488448",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476547770917",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BasePrice": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BaseAmount": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476547770917",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476550443971",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BasePrice": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BaseAmount": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476550443971",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476561741089",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BasePrice": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1675.26,
"EquivCurrencyPrice": 1675.26
},
"BaseAmount": {
"BookingCurrencyPrice": 800,
"EquivCurrencyPrice": 800
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476561741089",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476566687052",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476566687052",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476574807160",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476574807160",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476569148305",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476569148305",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476580286794",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1679.46,
"EquivCurrencyPrice": 1679.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 909.46,
"EquivCurrencyPrice": 909.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476580286794",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476587113015",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476587113015",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476590110453",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476590110453",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476620782967",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476620782967",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476621668844",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1683.66,
"EquivCurrencyPrice": 1683.66
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 898.66,
"EquivCurrencyPrice": 898.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476621668844",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476623944266",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476623944266",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476628887123",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476628887123",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476625203359",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476625203359",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476630367484",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476630367484",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476626933613",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment27 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476626933613",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476631884758",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment27 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476631884758",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476627136880",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment28 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476627136880",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476632964964",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1688.06,
"EquivCurrencyPrice": 1688.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment28 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476632964964",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476633250787",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment29 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476633250787",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476634910739",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment31 Segment32",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment31 Segment32",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476634910739",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476635737992",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476635737992",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476637281581",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476637281581",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476638840450",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476638840450",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476639501986",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476639501986",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476641301663",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476641301663",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476642575727",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476642575727",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476643161495",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476643161495",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476645487516",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1689.16,
"EquivCurrencyPrice": 1689.16
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 912.16,
"EquivCurrencyPrice": 912.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476645487516",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476646792347",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476646792347",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476648600214",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment39 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476648600214",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476649399138",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476649399138",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476650131289",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476650131289",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476652954840",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476652954840",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476654554813",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476654554813",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476653596882",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476653596882",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476655979878",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476655979878",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476661793635",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476661793635",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476664179214",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476664179214",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476667793905",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476667793905",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476670849487",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476670849487",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476656383894",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment27 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476656383894",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476657481450",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment27 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476657481450",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476666728115",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476666728115",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476669679008",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476669679008",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476670497908",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476670497908",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476673577425",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476673577425",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476658784426",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment28 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476658784426",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476663777045",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment29 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476663777045",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476659150411",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment28 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476659150411",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476665111897",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment31 Segment32",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment31 Segment32",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476665111897",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476668881655",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476668881655",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476671447661",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476671447661",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476672468698",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476672468698",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476674438342",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.26,
"EquivCurrencyPrice": 1692.26
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 900.26,
"EquivCurrencyPrice": 900.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476674438342",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476681830212",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment41 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment41 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476681830212",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476683496516",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476683496516",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476684355550",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight29"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment42 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476684355550",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476685947539",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476685947539",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476692432821",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476692432821",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476695110163",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476695110163",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476701765625",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476701765625",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476706280359",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476706280359",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476697594534",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476697594534",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476704570741",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476704570741",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476708668441",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476708668441",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476698339961",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment41 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment41 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476698339961",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476700107272",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476700107272",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476703797311",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight29"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment42 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476703797311",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476707537656",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476707537656",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476710645450",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476710645450",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476715545907",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476715545907",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476717380638",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476717380638",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476719592803",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476719592803",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476722114828",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476722114828",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476720390771",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment33 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476720390771",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476721595502",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment34 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment34 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476721595502",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476723253755",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment35 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476723253755",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476724683675",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1700.66,
"EquivCurrencyPrice": 1700.66
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 923.66,
"EquivCurrencyPrice": 923.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment36 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment36 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476724683675",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476727426418",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477107103093"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment41 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment41 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476727426418",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476728583741",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476728583741",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476730811215",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight29"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment42 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476730811215",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476731771976",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment39 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476731771976",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476733361204",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476733361204",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476736316581",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476736316581",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476729496499",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment41 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment41 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476729496499",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476732315658",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476732315658",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476734785911",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight29"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment42 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476734785911",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476735626618",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment39 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476735626618",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476737741437",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment37 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476737741437",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476738619965",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment39 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476738619965",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476895306770",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1711.06,
"EquivCurrencyPrice": 1711.06
},
"BasePrice": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1711.06,
"EquivCurrencyPrice": 1711.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1711.06,
"EquivCurrencyPrice": 1711.06
},
"BaseAmount": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment44 Segment7 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476895306770",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476899675111",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1711.06,
"EquivCurrencyPrice": 1711.06
},
"BasePrice": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxPrice": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1711.06,
"EquivCurrencyPrice": 1711.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1711.06,
"EquivCurrencyPrice": 1711.06
},
"BaseAmount": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxAmount": {
"BookingCurrencyPrice": 886.06,
"EquivCurrencyPrice": 886.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment9 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment44 Segment9 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476899675111",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476917201070",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1715.26,
"EquivCurrencyPrice": 1715.26
},
"BasePrice": {
"BookingCurrencyPrice": 840,
"EquivCurrencyPrice": 840
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1715.26,
"EquivCurrencyPrice": 1715.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1715.26,
"EquivCurrencyPrice": 1715.26
},
"BaseAmount": {
"BookingCurrencyPrice": 840,
"EquivCurrencyPrice": 840
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment16 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment44 Segment16 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476917201070",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476919469345",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1715.26,
"EquivCurrencyPrice": 1715.26
},
"BasePrice": {
"BookingCurrencyPrice": 840,
"EquivCurrencyPrice": 840
},
"TaxPrice": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1715.26,
"EquivCurrencyPrice": 1715.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1715.26,
"EquivCurrencyPrice": 1715.26
},
"BaseAmount": {
"BookingCurrencyPrice": 840,
"EquivCurrencyPrice": 840
},
"TaxAmount": {
"BookingCurrencyPrice": 875.26,
"EquivCurrencyPrice": 875.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment44 Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476919469345",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476922549738",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476922549738",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476933799576",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476933799576",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476937858280",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476937858280",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476935763267",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476935763267",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476939346065",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1716.06,
"EquivCurrencyPrice": 1716.06
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476939346065",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476941769406",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476941769406",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476943271132",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476943271132",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476944391200",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.06,
"EquivCurrencyPrice": 1717.06
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 947.06,
"EquivCurrencyPrice": 947.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476944391200",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476946594345",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
},
"BasePrice": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
},
"BaseAmount": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476946594345",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476948510786",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
},
"BasePrice": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
},
"BaseAmount": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476948510786",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476950343583",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
},
"BasePrice": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.36,
"EquivCurrencyPrice": 1725.36
},
"BaseAmount": {
"BookingCurrencyPrice": 784,
"EquivCurrencyPrice": 784
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476950343583",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476954980444",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476954980444",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476957299684",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476957299684",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476967193212",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476967193212",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476955566746",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476955566746",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476960644059",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476960644059",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476968901821",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment14 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476968901821",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476959151196",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476959151196",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476962386804",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476962386804",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476970406744",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1726.36,
"EquivCurrencyPrice": 1726.36
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 941.36,
"EquivCurrencyPrice": 941.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment15 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476970406744",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476972873391",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1733.76,
"EquivCurrencyPrice": 1733.76
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.76,
"EquivCurrencyPrice": 1733.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.76,
"EquivCurrencyPrice": 1733.76
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476972873391",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476974644625",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1733.76,
"EquivCurrencyPrice": 1733.76
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.76,
"EquivCurrencyPrice": 1733.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.76,
"EquivCurrencyPrice": 1733.76
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment45 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "UKX32RMZ UKX32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment45 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476974644625",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476976331297",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476976331297",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476978221100",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476978221100",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476987138993",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476987138993",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476979274755",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476979274755",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476981573738",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment49 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment49 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476981573738",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929476989332961",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1734.76,
"EquivCurrencyPrice": 1734.76
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 964.76,
"EquivCurrencyPrice": 964.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment51 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment22 Segment51 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929476989332961",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477103859732",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2243.66,
"EquivCurrencyPrice": 2243.66
},
"BasePrice": {
"BookingCurrencyPrice": 1670,
"EquivCurrencyPrice": 1670
},
"TaxPrice": {
"BookingCurrencyPrice": 573.66,
"EquivCurrencyPrice": 573.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2243.66,
"EquivCurrencyPrice": 2243.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight35"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight36"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2243.66,
"EquivCurrencyPrice": 2243.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1670,
"EquivCurrencyPrice": 1670
},
"TaxAmount": {
"BookingCurrencyPrice": 573.66,
"EquivCurrencyPrice": 573.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 330,
"EquivCurrencyPrice": 330
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 7.2,
"EquivCurrencyPrice": 7.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 26.5,
"EquivCurrencyPrice": 26.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment53 Segment54",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment55 Segment56",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "H M",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment53 Segment54 Segment55 Segment56",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477103859732",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477105916961",
"Owner": "SK",
"OwnerName": "SAS Scandinavian Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2858.16,
"EquivCurrencyPrice": 2858.16
},
"BasePrice": {
"BookingCurrencyPrice": 1925,
"EquivCurrencyPrice": 1925
},
"TaxPrice": {
"BookingCurrencyPrice": 933.16,
"EquivCurrencyPrice": 933.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2858.16,
"EquivCurrencyPrice": 2858.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight37"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight38"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2858.16,
"EquivCurrencyPrice": 2858.16
},
"BaseAmount": {
"BookingCurrencyPrice": 1925,
"EquivCurrencyPrice": 1925
},
"TaxAmount": {
"BookingCurrencyPrice": 933.16,
"EquivCurrencyPrice": 933.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 654,
"EquivCurrencyPrice": 654
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "ZO",
"BookingCurrencyPrice": 19.4,
"EquivCurrencyPrice": 19.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "YA",
"BookingCurrencyPrice": 11.3,
"EquivCurrencyPrice": 11.3
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment57 Segment58",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_9 FG_9",
"Code": "HLWCAEUE HLWCAEUE"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment59 Segment60",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10 FG_10",
"Code": "HLXCAEUE HLXCAEUE"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment57 Segment58 Segment59 Segment60",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477105916961",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477426949431",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3430.26,
"EquivCurrencyPrice": 3430.26
},
"BasePrice": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxPrice": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3430.26,
"EquivCurrencyPrice": 3430.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3430.26,
"EquivCurrencyPrice": 3430.26
},
"BaseAmount": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxAmount": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_11 FG_11",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465710889765",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477431946358",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3433.36,
"EquivCurrencyPrice": 3433.36
},
"BasePrice": {
"BookingCurrencyPrice": 2618,
"EquivCurrencyPrice": 2618
},
"TaxPrice": {
"BookingCurrencyPrice": 815.36,
"EquivCurrencyPrice": 815.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3433.36,
"EquivCurrencyPrice": 3433.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3433.36,
"EquivCurrencyPrice": 3433.36
},
"BaseAmount": {
"BookingCurrencyPrice": 2618,
"EquivCurrencyPrice": 2618
},
"TaxAmount": {
"BookingCurrencyPrice": 815.36,
"EquivCurrencyPrice": 815.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_11 FG_11",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment44",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465717124563",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477433789593",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3441.76,
"EquivCurrencyPrice": 3441.76
},
"BasePrice": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxPrice": {
"BookingCurrencyPrice": 838.76,
"EquivCurrencyPrice": 838.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3441.76,
"EquivCurrencyPrice": 3441.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3441.76,
"EquivCurrencyPrice": 3441.76
},
"BaseAmount": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxAmount": {
"BookingCurrencyPrice": 838.76,
"EquivCurrencyPrice": 838.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 224.3,
"EquivCurrencyPrice": 224.3
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465722119521",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477434442336",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3451.36,
"EquivCurrencyPrice": 3451.36
},
"BasePrice": {
"BookingCurrencyPrice": 2611,
"EquivCurrencyPrice": 2611
},
"TaxPrice": {
"BookingCurrencyPrice": 840.36,
"EquivCurrencyPrice": 840.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3451.36,
"EquivCurrencyPrice": 3451.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3451.36,
"EquivCurrencyPrice": 3451.36
},
"BaseAmount": {
"BookingCurrencyPrice": 2611,
"EquivCurrencyPrice": 2611
},
"TaxAmount": {
"BookingCurrencyPrice": 840.36,
"EquivCurrencyPrice": 840.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 224.3,
"EquivCurrencyPrice": 224.3
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465724112185",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477436523660",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3455.26,
"EquivCurrencyPrice": 3455.26
},
"BasePrice": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxPrice": {
"BookingCurrencyPrice": 852.26,
"EquivCurrencyPrice": 852.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3455.26,
"EquivCurrencyPrice": 3455.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight40"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3455.26,
"EquivCurrencyPrice": 3455.26
},
"BaseAmount": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxAmount": {
"BookingCurrencyPrice": 852.26,
"EquivCurrencyPrice": 852.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 224.3,
"EquivCurrencyPrice": 224.3
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment62 Segment63",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment62 Segment63",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465728978159",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477443332135",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3470.26,
"EquivCurrencyPrice": 3470.26
},
"BasePrice": {
"BookingCurrencyPrice": 2643,
"EquivCurrencyPrice": 2643
},
"TaxPrice": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3470.26,
"EquivCurrencyPrice": 3470.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight41"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3470.26,
"EquivCurrencyPrice": 3470.26
},
"BaseAmount": {
"BookingCurrencyPrice": 2643,
"EquivCurrencyPrice": 2643
},
"TaxAmount": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 199.3,
"EquivCurrencyPrice": 199.3
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment64 Segment65",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_14 FG_14",
"Code": "ULW79RMZ ULW79RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "2 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment64 Segment65",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465729160872",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477445626381",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3488.46,
"EquivCurrencyPrice": 3488.46
},
"BasePrice": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxPrice": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3488.46,
"EquivCurrencyPrice": 3488.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3488.46,
"EquivCurrencyPrice": 3488.46
},
"BaseAmount": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxAmount": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_11 FG_11",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465710889765",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477446733574",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3491.56,
"EquivCurrencyPrice": 3491.56
},
"BasePrice": {
"BookingCurrencyPrice": 2618,
"EquivCurrencyPrice": 2618
},
"TaxPrice": {
"BookingCurrencyPrice": 873.56,
"EquivCurrencyPrice": 873.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3491.56,
"EquivCurrencyPrice": 3491.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3491.56,
"EquivCurrencyPrice": 3491.56
},
"BaseAmount": {
"BookingCurrencyPrice": 2618,
"EquivCurrencyPrice": 2618
},
"TaxAmount": {
"BookingCurrencyPrice": 873.56,
"EquivCurrencyPrice": 873.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_11 FG_11",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment44 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465717124563",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477448422539",
"Owner": "FI",
"OwnerName": "Icelandair",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3499.56,
"EquivCurrencyPrice": 3499.56
},
"BasePrice": {
"BookingCurrencyPrice": 2818,
"EquivCurrencyPrice": 2818
},
"TaxPrice": {
"BookingCurrencyPrice": 681.56,
"EquivCurrencyPrice": 681.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3499.56,
"EquivCurrencyPrice": 3499.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3499.56,
"EquivCurrencyPrice": 3499.56
},
"BaseAmount": {
"BookingCurrencyPrice": 2818,
"EquivCurrencyPrice": 2818
},
"TaxAmount": {
"BookingCurrencyPrice": 681.56,
"EquivCurrencyPrice": 681.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 172,
"EquivCurrencyPrice": 172
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "IS",
"BookingCurrencyPrice": 3.9,
"EquivCurrencyPrice": 3.9
},
{
"TaxCode": "ZU",
"BookingCurrencyPrice": 3.7,
"EquivCurrencyPrice": 3.7
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 199.3,
"EquivCurrencyPrice": 199.3
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_15 FG_15",
"Code": "VJ1QCAFL VJ1QCAFL"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465731308551",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477449145633",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3499.96,
"EquivCurrencyPrice": 3499.96
},
"BasePrice": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxPrice": {
"BookingCurrencyPrice": 896.96,
"EquivCurrencyPrice": 896.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3499.96,
"EquivCurrencyPrice": 3499.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3499.96,
"EquivCurrencyPrice": 3499.96
},
"BaseAmount": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxAmount": {
"BookingCurrencyPrice": 896.96,
"EquivCurrencyPrice": 896.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 257.6,
"EquivCurrencyPrice": 257.6
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 312.4,
"EquivCurrencyPrice": 312.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465722119521",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477450422106",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3509.56,
"EquivCurrencyPrice": 3509.56
},
"BasePrice": {
"BookingCurrencyPrice": 2611,
"EquivCurrencyPrice": 2611
},
"TaxPrice": {
"BookingCurrencyPrice": 898.56,
"EquivCurrencyPrice": 898.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3509.56,
"EquivCurrencyPrice": 3509.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3509.56,
"EquivCurrencyPrice": 3509.56
},
"BaseAmount": {
"BookingCurrencyPrice": 2611,
"EquivCurrencyPrice": 2611
},
"TaxAmount": {
"BookingCurrencyPrice": 898.56,
"EquivCurrencyPrice": 898.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 257.6,
"EquivCurrencyPrice": 257.6
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 312.4,
"EquivCurrencyPrice": 312.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465724112185",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477452579384",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3513.46,
"EquivCurrencyPrice": 3513.46
},
"BasePrice": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxPrice": {
"BookingCurrencyPrice": 910.46,
"EquivCurrencyPrice": 910.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3513.46,
"EquivCurrencyPrice": 3513.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight40"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3513.46,
"EquivCurrencyPrice": 3513.46
},
"BaseAmount": {
"BookingCurrencyPrice": 2603,
"EquivCurrencyPrice": 2603
},
"TaxAmount": {
"BookingCurrencyPrice": 910.46,
"EquivCurrencyPrice": 910.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 257.6,
"EquivCurrencyPrice": 257.6
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 312.4,
"EquivCurrencyPrice": 312.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment62 Segment63",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment62 Segment63 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465728978159",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477453234119",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3528.46,
"EquivCurrencyPrice": 3528.46
},
"BasePrice": {
"BookingCurrencyPrice": 2643,
"EquivCurrencyPrice": 2643
},
"TaxPrice": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3528.46,
"EquivCurrencyPrice": 3528.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight41"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3528.46,
"EquivCurrencyPrice": 3528.46
},
"BaseAmount": {
"BookingCurrencyPrice": 2643,
"EquivCurrencyPrice": 2643
},
"TaxAmount": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 312.4,
"EquivCurrencyPrice": 312.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 232.6,
"EquivCurrencyPrice": 232.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment64 Segment65",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_14 FG_14",
"Code": "ULW79RMZ ULW79RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "2 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment64 Segment65 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465729160872",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477455366032",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3545.26,
"EquivCurrencyPrice": 3545.26
},
"BasePrice": {
"BookingCurrencyPrice": 2718,
"EquivCurrencyPrice": 2718
},
"TaxPrice": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3545.26,
"EquivCurrencyPrice": 3545.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight43"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3545.26,
"EquivCurrencyPrice": 3545.26
},
"BaseAmount": {
"BookingCurrencyPrice": 2718,
"EquivCurrencyPrice": 2718
},
"TaxAmount": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment67 Segment68",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_16 FG_16",
"Code": "ELW79RMZ ELW79RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "5 8"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment67 Segment68",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465733772481",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477457764320",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3548.36,
"EquivCurrencyPrice": 3548.36
},
"BasePrice": {
"BookingCurrencyPrice": 2733,
"EquivCurrencyPrice": 2733
},
"TaxPrice": {
"BookingCurrencyPrice": 815.36,
"EquivCurrencyPrice": 815.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3548.36,
"EquivCurrencyPrice": 3548.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight44"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3548.36,
"EquivCurrencyPrice": 3548.36
},
"BaseAmount": {
"BookingCurrencyPrice": 2733,
"EquivCurrencyPrice": 2733
},
"TaxAmount": {
"BookingCurrencyPrice": 815.36,
"EquivCurrencyPrice": 815.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment69",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_16 FG_16",
"Code": "ELW79RMZ ELW79RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment69",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465737841038",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477107103093",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3557.26,
"EquivCurrencyPrice": 3557.26
},
"BasePrice": {
"BookingCurrencyPrice": 2125,
"EquivCurrencyPrice": 2125
},
"TaxPrice": {
"BookingCurrencyPrice": 1432.26,
"EquivCurrencyPrice": 1432.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3557.26,
"EquivCurrencyPrice": 3557.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3557.26,
"EquivCurrencyPrice": 3557.26
},
"BaseAmount": {
"BookingCurrencyPrice": 2125,
"EquivCurrencyPrice": 2125
},
"TaxAmount": {
"BookingCurrencyPrice": 1432.26,
"EquivCurrencyPrice": 1432.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_3",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "ALW32RPZ ALW32RPZ"
},
"RBD": "A Y",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_3",
"SegmentRefs": "Segment41 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_18 FG_18",
"Code": "AKX32RPZ AKX32RPZ"
},
"RBD": "Y A",
"CabinType": "Y S",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment41 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477107103093",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477458514504",
"Owner": "FI",
"OwnerName": "Icelandair",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3557.76,
"EquivCurrencyPrice": 3557.76
},
"BasePrice": {
"BookingCurrencyPrice": 2818,
"EquivCurrencyPrice": 2818
},
"TaxPrice": {
"BookingCurrencyPrice": 739.76,
"EquivCurrencyPrice": 739.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3557.76,
"EquivCurrencyPrice": 3557.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3557.76,
"EquivCurrencyPrice": 3557.76
},
"BaseAmount": {
"BookingCurrencyPrice": 2818,
"EquivCurrencyPrice": 2818
},
"TaxAmount": {
"BookingCurrencyPrice": 739.76,
"EquivCurrencyPrice": 739.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 196.9,
"EquivCurrencyPrice": 196.9
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "IS",
"BookingCurrencyPrice": 3.9,
"EquivCurrencyPrice": 3.9
},
{
"TaxCode": "ZU",
"BookingCurrencyPrice": 3.7,
"EquivCurrencyPrice": 3.7
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 232.6,
"EquivCurrencyPrice": 232.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_15 FG_15",
"Code": "VJ1QCAFL VJ1QCAFL"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465731308551",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477459174378",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3588.56,
"EquivCurrencyPrice": 3588.56
},
"BasePrice": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxPrice": {
"BookingCurrencyPrice": 670.56,
"EquivCurrencyPrice": 670.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3588.56,
"EquivCurrencyPrice": 3588.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight35"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3588.56,
"EquivCurrencyPrice": 3588.56
},
"BaseAmount": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxAmount": {
"BookingCurrencyPrice": 670.56,
"EquivCurrencyPrice": 670.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 364.3,
"EquivCurrencyPrice": 364.3
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment53 Segment54",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment53 Segment54",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465738165552",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477461971909",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3603.46,
"EquivCurrencyPrice": 3603.46
},
"BasePrice": {
"BookingCurrencyPrice": 2718,
"EquivCurrencyPrice": 2718
},
"TaxPrice": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3603.46,
"EquivCurrencyPrice": 3603.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight43"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3603.46,
"EquivCurrencyPrice": 3603.46
},
"BaseAmount": {
"BookingCurrencyPrice": 2718,
"EquivCurrencyPrice": 2718
},
"TaxAmount": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment67 Segment68",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_16 FG_16",
"Code": "ELW79RMZ ELW79RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "5 8"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment67 Segment68 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465733772481",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477463713531",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3603.86,
"EquivCurrencyPrice": 3603.86
},
"BasePrice": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxPrice": {
"BookingCurrencyPrice": 685.86,
"EquivCurrencyPrice": 685.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3603.86,
"EquivCurrencyPrice": 3603.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight45"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3603.86,
"EquivCurrencyPrice": 3603.86
},
"BaseAmount": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxAmount": {
"BookingCurrencyPrice": 685.86,
"EquivCurrencyPrice": 685.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 364.3,
"EquivCurrencyPrice": 364.3
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 18.9,
"EquivCurrencyPrice": 18.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment53 Segment70",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 1"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment53 Segment70",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465745898930",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477464711483",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3606.56,
"EquivCurrencyPrice": 3606.56
},
"BasePrice": {
"BookingCurrencyPrice": 2733,
"EquivCurrencyPrice": 2733
},
"TaxPrice": {
"BookingCurrencyPrice": 873.56,
"EquivCurrencyPrice": 873.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3606.56,
"EquivCurrencyPrice": 3606.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight44"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3606.56,
"EquivCurrencyPrice": 3606.56
},
"BaseAmount": {
"BookingCurrencyPrice": 2733,
"EquivCurrencyPrice": 2733
},
"TaxAmount": {
"BookingCurrencyPrice": 873.56,
"EquivCurrencyPrice": 873.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43 Segment69",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_16 FG_16",
"Code": "ELW79RMZ ELW79RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment69 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465737841038",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477465107537",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3646.76,
"EquivCurrencyPrice": 3646.76
},
"BasePrice": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxPrice": {
"BookingCurrencyPrice": 728.76,
"EquivCurrencyPrice": 728.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3646.76,
"EquivCurrencyPrice": 3646.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight35"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3646.76,
"EquivCurrencyPrice": 3646.76
},
"BaseAmount": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxAmount": {
"BookingCurrencyPrice": 728.76,
"EquivCurrencyPrice": 728.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 397.6,
"EquivCurrencyPrice": 397.6
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment53 Segment54",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment53 Segment54 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465738165552",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477467984536",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3662.06,
"EquivCurrencyPrice": 3662.06
},
"BasePrice": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxPrice": {
"BookingCurrencyPrice": 744.06,
"EquivCurrencyPrice": 744.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3662.06,
"EquivCurrencyPrice": 3662.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight45"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3662.06,
"EquivCurrencyPrice": 3662.06
},
"BaseAmount": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxAmount": {
"BookingCurrencyPrice": 744.06,
"EquivCurrencyPrice": 744.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 397.6,
"EquivCurrencyPrice": 397.6
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 18.9,
"EquivCurrencyPrice": 18.9
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment53 Segment70",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 1"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment53 Segment70 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465745898930",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477468711579",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3745.26,
"EquivCurrencyPrice": 3745.26
},
"BasePrice": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxPrice": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3745.26,
"EquivCurrencyPrice": 3745.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight46"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3745.26,
"EquivCurrencyPrice": 3745.26
},
"BaseAmount": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxAmount": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 199.3,
"EquivCurrencyPrice": 199.3
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment71",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_19 FG_19",
"Code": "QLW09RMZ QLW09RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment71",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465753489114",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477470922297",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3766.36,
"EquivCurrencyPrice": 3766.36
},
"BasePrice": {
"BookingCurrencyPrice": 2926,
"EquivCurrencyPrice": 2926
},
"TaxPrice": {
"BookingCurrencyPrice": 840.36,
"EquivCurrencyPrice": 840.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3766.36,
"EquivCurrencyPrice": 3766.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight47"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3766.36,
"EquivCurrencyPrice": 3766.36
},
"BaseAmount": {
"BookingCurrencyPrice": 2926,
"EquivCurrencyPrice": 2926
},
"TaxAmount": {
"BookingCurrencyPrice": 840.36,
"EquivCurrencyPrice": 840.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 224.3,
"EquivCurrencyPrice": 224.3
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment72",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_20 FG_20",
"Code": "HLW09RMZ HLW09RMZ"
},
"RBD": "H K",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment72",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465754188822",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477471649463",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3803.46,
"EquivCurrencyPrice": 3803.46
},
"BasePrice": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxPrice": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3803.46,
"EquivCurrencyPrice": 3803.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight46"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3803.46,
"EquivCurrencyPrice": 3803.46
},
"BaseAmount": {
"BookingCurrencyPrice": 2918,
"EquivCurrencyPrice": 2918
},
"TaxAmount": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 312.4,
"EquivCurrencyPrice": 312.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 232.6,
"EquivCurrencyPrice": 232.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment71",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_19 FG_19",
"Code": "QLW09RMZ QLW09RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment71 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465753489114",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477473919771",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3824.56,
"EquivCurrencyPrice": 3824.56
},
"BasePrice": {
"BookingCurrencyPrice": 2926,
"EquivCurrencyPrice": 2926
},
"TaxPrice": {
"BookingCurrencyPrice": 898.56,
"EquivCurrencyPrice": 898.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3824.56,
"EquivCurrencyPrice": 3824.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight47"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3824.56,
"EquivCurrencyPrice": 3824.56
},
"BaseAmount": {
"BookingCurrencyPrice": 2926,
"EquivCurrencyPrice": 2926
},
"TaxAmount": {
"BookingCurrencyPrice": 898.56,
"EquivCurrencyPrice": 898.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 257.6,
"EquivCurrencyPrice": 257.6
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 312.4,
"EquivCurrencyPrice": 312.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment23 Segment72",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_20 FG_20",
"Code": "HLW09RMZ HLW09RMZ"
},
"RBD": "H K",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment72 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465754188822",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477109973269",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477149673030"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477109973269",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477121794482",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag3"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477121794482",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477113116368",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477152439343"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477113116368",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477134881358",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag3"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477134881358",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477114797548",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477153691021"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477114797548",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477110570597",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477150937074"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477110570597",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477123361987",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag3"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477123361987",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477116232030",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477154727032"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477116232030",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477135782107",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag3"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477135782107",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477117929303",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477155506568"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477117929303",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477111264044",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477151206990"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477111264044",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477133255805",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag3"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477133255805",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477118766369",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477156284813"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477118766369",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477136250321",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag3"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477136250321",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477119115862",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477160170060"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3927.66,
"EquivCurrencyPrice": 3927.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 877.66,
"EquivCurrencyPrice": 877.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477119115862",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477138278948",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477163294516"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment79 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477138278948",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477140785677",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477167473253"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment79 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477140785677",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477145979584",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment79 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477145979584",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477139810994",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477165649884"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight55"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment80",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment80 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477139810994",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477141539921",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477168366719"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight55"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment80",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment80 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477141539921",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477146216769",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight55"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment80",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment80 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477146216769",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477140768367",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477166190252"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment81 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477140768367",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477143669908",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929477173550668"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment81 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477143669908",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477147808930",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BasePrice": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxPrice": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3951.16,
"EquivCurrencyPrice": 3951.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3050,
"EquivCurrencyPrice": 3050
},
"TaxAmount": {
"BookingCurrencyPrice": 901.16,
"EquivCurrencyPrice": 901.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment81 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477147808930",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477476965180",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4341.96,
"EquivCurrencyPrice": 4341.96
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 812.96,
"EquivCurrencyPrice": 812.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4341.96,
"EquivCurrencyPrice": 4341.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4341.96,
"EquivCurrencyPrice": 4341.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 812.96,
"EquivCurrencyPrice": 812.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment79",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465776997684",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477478195988",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4356.26,
"EquivCurrencyPrice": 4356.26
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4356.26,
"EquivCurrencyPrice": 4356.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight57"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4356.26,
"EquivCurrencyPrice": 4356.26
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment82 Segment83",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment82 Segment83",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465781323294",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477479798969",
"Owner": "LX",
"OwnerName": "Swiss International Air Lines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4365.66,
"EquivCurrencyPrice": 4365.66
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 836.66,
"EquivCurrencyPrice": 836.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4365.66,
"EquivCurrencyPrice": 4365.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight58"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4365.66,
"EquivCurrencyPrice": 4365.66
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 836.66,
"EquivCurrencyPrice": 836.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CH",
"BookingCurrencyPrice": 23.7,
"EquivCurrencyPrice": 23.7
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment84 Segment85",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment84 Segment85",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465826946461",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477481190881",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4367.16,
"EquivCurrencyPrice": 4367.16
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 838.16,
"EquivCurrencyPrice": 838.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4367.16,
"EquivCurrencyPrice": 4367.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight59"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4367.16,
"EquivCurrencyPrice": 4367.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 838.16,
"EquivCurrencyPrice": 838.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 25.2,
"EquivCurrencyPrice": 25.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment86 Segment87",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "2 2"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment86 Segment87",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465828799513",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477482599636",
"Owner": "OS",
"OwnerName": "Austrian Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4372.96,
"EquivCurrencyPrice": 4372.96
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 843.96,
"EquivCurrencyPrice": 843.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4372.96,
"EquivCurrencyPrice": 4372.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight60"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4372.96,
"EquivCurrencyPrice": 4372.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 843.96,
"EquivCurrencyPrice": 843.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AT",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "ZY",
"BookingCurrencyPrice": 17.2,
"EquivCurrencyPrice": 17.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment88 Segment89",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment88 Segment89",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465830776099",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477484179319",
"Owner": "SN",
"OwnerName": "Brussels Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4375.76,
"EquivCurrencyPrice": 4375.76
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 846.76,
"EquivCurrencyPrice": 846.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4375.76,
"EquivCurrencyPrice": 4375.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight61"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4375.76,
"EquivCurrencyPrice": 4375.76
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 846.76,
"EquivCurrencyPrice": 846.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "BE",
"BookingCurrencyPrice": 33.8,
"EquivCurrencyPrice": 33.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment90 Segment91 Segment92",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22 FG_22",
"Code": "BFFEO BFFEO BFFEO"
},
"RBD": "B B B",
"CabinType": "Y Y Y",
"SeatLeft": "9 9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment90 Segment91 Segment92",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465833511335",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477487351004",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4390.86,
"EquivCurrencyPrice": 4390.86
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 861.86,
"EquivCurrencyPrice": 861.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4390.86,
"EquivCurrencyPrice": 4390.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight62"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4390.86,
"EquivCurrencyPrice": 4390.86
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 861.86,
"EquivCurrencyPrice": 861.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "DE",
"BookingCurrencyPrice": 14.6,
"EquivCurrencyPrice": 14.6
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment93 Segment94",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment93 Segment94",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465835605112",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477491534226",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4414.46,
"EquivCurrencyPrice": 4414.46
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4414.46,
"EquivCurrencyPrice": 4414.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight57"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4414.46,
"EquivCurrencyPrice": 4414.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment82 Segment83",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment82 Segment83 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465781323294",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477493285663",
"Owner": "LX",
"OwnerName": "Swiss International Air Lines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4423.86,
"EquivCurrencyPrice": 4423.86
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 894.86,
"EquivCurrencyPrice": 894.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4423.86,
"EquivCurrencyPrice": 4423.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight58"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4423.86,
"EquivCurrencyPrice": 4423.86
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 894.86,
"EquivCurrencyPrice": 894.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 48.4,
"EquivCurrencyPrice": 48.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CH",
"BookingCurrencyPrice": 23.7,
"EquivCurrencyPrice": 23.7
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment84 Segment85",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment84 Segment85 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465826946461",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477494706039",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4425.36,
"EquivCurrencyPrice": 4425.36
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 896.36,
"EquivCurrencyPrice": 896.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4425.36,
"EquivCurrencyPrice": 4425.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight59"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4425.36,
"EquivCurrencyPrice": 4425.36
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 896.36,
"EquivCurrencyPrice": 896.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 48.4,
"EquivCurrencyPrice": 48.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 25.2,
"EquivCurrencyPrice": 25.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment86 Segment87",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "2 2"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment86 Segment87 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465828799513",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477496666998",
"Owner": "OS",
"OwnerName": "Austrian Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4431.16,
"EquivCurrencyPrice": 4431.16
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 902.16,
"EquivCurrencyPrice": 902.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4431.16,
"EquivCurrencyPrice": 4431.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight60"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4431.16,
"EquivCurrencyPrice": 4431.16
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 902.16,
"EquivCurrencyPrice": 902.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 48.4,
"EquivCurrencyPrice": 48.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AT",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "ZY",
"BookingCurrencyPrice": 17.2,
"EquivCurrencyPrice": 17.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment88 Segment89",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment88 Segment89 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465830776099",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477497591580",
"Owner": "SN",
"OwnerName": "Brussels Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4433.96,
"EquivCurrencyPrice": 4433.96
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 904.96,
"EquivCurrencyPrice": 904.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4433.96,
"EquivCurrencyPrice": 4433.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight61"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4433.96,
"EquivCurrencyPrice": 4433.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 904.96,
"EquivCurrencyPrice": 904.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 48.4,
"EquivCurrencyPrice": 48.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "BE",
"BookingCurrencyPrice": 33.8,
"EquivCurrencyPrice": 33.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment90 Segment91 Segment92",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22 FG_22",
"Code": "BFFEO BFFEO BFFEO"
},
"RBD": "B B B",
"CabinType": "Y Y Y",
"SeatLeft": "9 9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment90 Segment91 Segment92 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465833511335",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477498926548",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4449.06,
"EquivCurrencyPrice": 4449.06
},
"BasePrice": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxPrice": {
"BookingCurrencyPrice": 920.06,
"EquivCurrencyPrice": 920.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4449.06,
"EquivCurrencyPrice": 4449.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight62"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4449.06,
"EquivCurrencyPrice": 4449.06
},
"BaseAmount": {
"BookingCurrencyPrice": 3529,
"EquivCurrencyPrice": 3529
},
"TaxAmount": {
"BookingCurrencyPrice": 920.06,
"EquivCurrencyPrice": 920.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 48.4,
"EquivCurrencyPrice": 48.4
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "DE",
"BookingCurrencyPrice": 14.6,
"EquivCurrencyPrice": 14.6
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment93 Segment94",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment93 Segment94 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465835605112",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477149673030",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477149673030",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477152439343",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477152439343",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477153691021",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment73",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477153691021",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477150937074",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477150937074",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477154727032",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477154727032",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477155506568",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment77 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477155506568",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477151206990",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477151206990",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477156284813",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477156284813",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477160170060",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4641.46,
"EquivCurrencyPrice": 4641.46
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1375.46,
"EquivCurrencyPrice": 1375.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment78",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment76",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23",
"Code": "OFF1E"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment76",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477160170060",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477163294516",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment79 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477163294516",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477167473253",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment79 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477167473253",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477165649884",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight55"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment80",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment80 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477165649884",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477168366719",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight55"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment80",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment80 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477168366719",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477166190252",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment81 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477166190252",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929477173550668",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BasePrice": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxPrice": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4664.96,
"EquivCurrencyPrice": 4664.96
},
"BaseAmount": {
"BookingCurrencyPrice": 3266,
"EquivCurrencyPrice": 3266
},
"TaxAmount": {
"BookingCurrencyPrice": 1398.96,
"EquivCurrencyPrice": 1398.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 900,
"EquivCurrencyPrice": 900
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 317.3,
"EquivCurrencyPrice": 317.3
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment75",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24",
"Code": "GFF1E"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment81 Segment75",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929477173550668",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477501732950",
"Owner": "IB",
"OwnerName": "IBERIA",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 5763.26,
"EquivCurrencyPrice": 5763.26
},
"BasePrice": {
"BookingCurrencyPrice": 4936,
"EquivCurrencyPrice": 4936
},
"TaxPrice": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "false",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 5763.26,
"EquivCurrencyPrice": 5763.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight63"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 5763.26,
"EquivCurrencyPrice": 5763.26
},
"BaseAmount": {
"BookingCurrencyPrice": 4936,
"EquivCurrencyPrice": 4936
},
"TaxAmount": {
"BookingCurrencyPrice": 827.26,
"EquivCurrencyPrice": 827.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 486.8,
"EquivCurrencyPrice": 486.8
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment95 Segment96",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_25 FG_25",
"Code": "B1N0C9S1 B1N0C9S1"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "7 4"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment95 Segment96",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465855948809",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477502281375",
"Owner": "SK",
"OwnerName": "SAS Scandinavian Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 5770.36,
"EquivCurrencyPrice": 5770.36
},
"BasePrice": {
"BookingCurrencyPrice": 4922,
"EquivCurrencyPrice": 4922
},
"TaxPrice": {
"BookingCurrencyPrice": 848.36,
"EquivCurrencyPrice": 848.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 5770.36,
"EquivCurrencyPrice": 5770.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight37"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 5770.36,
"EquivCurrencyPrice": 5770.36
},
"BaseAmount": {
"BookingCurrencyPrice": 4922,
"EquivCurrencyPrice": 4922
},
"TaxAmount": {
"BookingCurrencyPrice": 848.36,
"EquivCurrencyPrice": 848.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 526.3,
"EquivCurrencyPrice": 526.3
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "ZO",
"BookingCurrencyPrice": 19.4,
"EquivCurrencyPrice": 19.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment57 Segment58",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_26 FG_26",
"Code": "ECAEUEOW ECAEUEOW"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment57 Segment58",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
},
{
"SegmentRefs": "Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465858232923",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466182540916",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477504525068",
"Owner": "IB",
"OwnerName": "IBERIA",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 5821.46,
"EquivCurrencyPrice": 5821.46
},
"BasePrice": {
"BookingCurrencyPrice": 4936,
"EquivCurrencyPrice": 4936
},
"TaxPrice": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "false",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 5821.46,
"EquivCurrencyPrice": 5821.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight63"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 5821.46,
"EquivCurrencyPrice": 5821.46
},
"BaseAmount": {
"BookingCurrencyPrice": 4936,
"EquivCurrencyPrice": 4936
},
"TaxAmount": {
"BookingCurrencyPrice": 885.46,
"EquivCurrencyPrice": 885.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 520.1,
"EquivCurrencyPrice": 520.1
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment95 Segment96",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_25 FG_25",
"Code": "B1N0C9S1 B1N0C9S1"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "7 4"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment95 Segment96 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465855948809",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "1679929477506998946",
"Owner": "SK",
"OwnerName": "SAS Scandinavian Airlines",
"TicketType": "Multi",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CheckBrandedFares": "Y",
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:37",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 5828.56,
"EquivCurrencyPrice": 5828.56
},
"BasePrice": {
"BookingCurrencyPrice": 4922,
"EquivCurrencyPrice": 4922
},
"TaxPrice": {
"BookingCurrencyPrice": 906.56,
"EquivCurrencyPrice": 906.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 5828.56,
"EquivCurrencyPrice": 5828.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight37"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 5828.56,
"EquivCurrencyPrice": 5828.56
},
"BaseAmount": {
"BookingCurrencyPrice": 4922,
"EquivCurrencyPrice": 4922
},
"TaxAmount": {
"BookingCurrencyPrice": 906.56,
"EquivCurrencyPrice": 906.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 559.6,
"EquivCurrencyPrice": 559.6
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "ZO",
"BookingCurrencyPrice": 19.4,
"EquivCurrencyPrice": 19.4
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 24.9,
"EquivCurrencyPrice": 24.9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 92.7,
"EquivCurrencyPrice": 92.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment57 Segment58",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_26 FG_26",
"Code": "ECAEUEOW ECAEUEOW"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment66",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12",
"Code": "BFFBOWW"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment57 Segment58 Segment66",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465858232923",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
},
{
"AirItineraryId": "3491199111679929466323166264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
}
]
}
]
},
"DataLists": {
"PassengerList": {
"Passengers": [
{
"PassengerID": "T1",
"PTC": "ADT"
}
]
},
"DisclosureList": {
"Disclosures": []
},
"FareList": {
"FareGroup": [
{
"FareGroupRef": "FG_1",
"FareCode": "70J",
"FareBasisCode": "OJ2QCAFL"
},
{
"FareGroupRef": "FG_2",
"FareCode": "70J",
"FareBasisCode": "VLW32RMZ"
},
{
"FareGroupRef": "FG_3",
"FareCode": "70J",
"FareBasisCode": "QKX32RMZ"
},
{
"FareGroupRef": "FG_4",
"FareCode": "70J",
"FareBasisCode": "OLW32RMZ"
},
{
"FareGroupRef": "FG_5",
"FareCode": "70J",
"FareBasisCode": "TKX32RMZ"
},
{
"FareGroupRef": "FG_6",
"FareCode": "70J",
"FareBasisCode": "NLW32RMZ"
},
{
"FareGroupRef": "FG_7",
"FareCode": "70J",
"FareBasisCode": "UKX32RMZ"
},
{
"FareGroupRef": "FG_8",
"FareCode": "70J",
"FareBasisCode": "MKUSFLEX"
},
{
"FareGroupRef": "FG_9",
"FareCode": "70J",
"FareBasisCode": "HLWCAEUE"
},
{
"FareGroupRef": "FG_10",
"FareCode": "70J",
"FareBasisCode": "HLXCAEUE"
},
{
"FareGroupRef": "FG_11",
"FareCode": "70J",
"FareBasisCode": "XLW79RMZ"
},
{
"FareGroupRef": "FG_12",
"FareCode": "70J",
"FareBasisCode": "BFFBOWW"
},
{
"FareGroupRef": "FG_13",
"FareCode": "70J",
"FareBasisCode": "NLW79RMZ"
},
{
"FareGroupRef": "FG_14",
"FareCode": "70J",
"FareBasisCode": "ULW79RMZ"
},
{
"FareGroupRef": "FG_15",
"FareCode": "70J",
"FareBasisCode": "VJ1QCAFL"
},
{
"FareGroupRef": "FG_16",
"FareCode": "70J",
"FareBasisCode": "ELW79RMZ"
},
{
"FareGroupRef": "FG_17",
"FareCode": "70J",
"FareBasisCode": "ALW32RPZ"
},
{
"FareGroupRef": "FG_18",
"FareCode": "70J",
"FareBasisCode": "AKX32RPZ"
},
{
"FareGroupRef": "FG_19",
"FareCode": "70J",
"FareBasisCode": "QLW09RMZ"
},
{
"FareGroupRef": "FG_20",
"FareCode": "70J",
"FareBasisCode": "HLW09RMZ"
},
{
"FareGroupRef": "FG_21",
"FareCode": "70J",
"FareBasisCode": "BFFE"
},
{
"FareGroupRef": "FG_22",
"FareCode": "70J",
"FareBasisCode": "BFFEO"
},
{
"FareGroupRef": "FG_23",
"FareCode": "70J",
"FareBasisCode": "OFF1E"
},
{
"FareGroupRef": "FG_24",
"FareCode": "70J",
"FareBasisCode": "GFF1E"
},
{
"FareGroupRef": "FG_25",
"FareCode": "70J",
"FareBasisCode": "B1N0C9S1"
},
{
"FareGroupRef": "FG_26",
"FareCode": "70J",
"FareBasisCode": "ECAEUEOW"
}
]
},
"FlightSegmentList": {
"FlightSegment": [
{
"SegmentKey": "Segment1",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "KEF",
"Date": "2023-04-15",
"Time": "06:20:00",
"AirportName": "Keflavik International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "602"
},
"OperatingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "602"
},
"Equipment": {
"AircraftCode": "7M9",
"Name": "7M9"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "5 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"1",
"4"
]
},
{
"SegmentKey": "Segment2",
"Departure": {
"AirportCode": "KEF",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "Keflavik International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "450"
},
"OperatingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "450"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "3 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "FLEX",
"Amenities": [
"1",
"4"
]
},
{
"SegmentKey": "Segment3",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "13:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "KEF",
"Date": "2023-04-24",
"Time": "15:15:00",
"AirportName": "Keflavik International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "451"
},
"OperatingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "451"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "3 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"1",
"4"
]
},
{
"SegmentKey": "Segment4",
"Departure": {
"AirportCode": "KEF",
"Date": "2023-04-24",
"Time": "17:05:00",
"AirportName": "Keflavik International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "19:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "603"
},
"OperatingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "603"
},
"Equipment": {
"AircraftCode": "7M9",
"Name": "7M9"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "FLEX",
"Amenities": [
"1",
"4"
]
},
{
"SegmentKey": "Segment5",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "16:45:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4900"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4900"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment6",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "20:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "1"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "1"
},
"Equipment": {
"AircraftCode": "764",
"Name": "Boeing 767-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN",
"Amenities": [
"15",
"18",
"20"
]
},
{
"SegmentKey": "Segment7",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "15:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "17:55:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6717"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "6717"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment8",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "18:55:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "21:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6800"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "6800"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment9",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "11:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "13:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6715"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "6715"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment10",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "19:50:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1702"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1702"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment11",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "21:25:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4018"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4018"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment12",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6872"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6872"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment13",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6996"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "KLM CITYHOPPER",
"FlightNumber": "6996"
},
"Equipment": {
"AircraftCode": "295",
"Name": "295"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment14",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "15:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6998"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6998"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment15",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "17:35:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "17:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "7002"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "7002"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment16",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "14:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "17:00:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6919"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6919"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment17",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "17:50:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "19:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6865"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6865"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment18",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "06:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "09:00:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6914"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6914"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment19",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "10:50:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "12:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6864"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6864"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment20",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "07:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "351"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "351"
},
"Equipment": {
"AircraftCode": "359",
"Name": "359"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment21",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1580"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1580"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment22",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1780"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1780"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment23",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "06:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "692"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "692"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment24",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1001"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1001"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment25",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "696"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "696"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment26",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1017"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1017"
},
"Equipment": {
"AircraftCode": "73W",
"Name": "Boeing 737-700 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment27",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "15:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1021"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1021"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment28",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "17:40:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "17:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1031"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1031"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment29",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "14:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "17:00:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1018"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1018"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment30",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "17:50:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "19:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "695"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "695"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment31",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "06:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "09:00:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "146"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "146"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment32",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "10:50:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "12:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "691"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "691"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment33",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "11:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "14:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1010"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1010"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment34",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "09:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "12:25:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1008"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1008"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment35",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "08:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "11:00:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1002"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1002"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment36",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "06:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "08:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1000"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1000"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment37",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "09:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "11:25:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1681"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1681"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment38",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "14:05:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "16:05:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "356"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "356"
},
"Equipment": {
"AircraftCode": "359",
"Name": "359"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment39",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "06:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "08:35:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1381"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1381"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment40",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "18:55:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "21:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "386"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "386"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2",
"Amenities": [
"15"
]
},
{
"SegmentKey": "Segment41",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "15:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "17:55:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1781"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1781"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment42",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "11:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "13:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1581"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1581"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment43",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "06:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6871"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6871"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment44",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6992"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6992"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment45",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "11:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-24",
"Time": "14:20:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "2"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "2"
},
"Equipment": {
"AircraftCode": "764",
"Name": "Boeing 767-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment46",
"Departure": {
"AirportCode": "LGA",
"Date": "2023-04-24",
"Time": "17:25:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "19:20:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5125"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "5125"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 55 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment47",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "09:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-24",
"Time": "12:45:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "3"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "3"
},
"Equipment": {
"AircraftCode": "333",
"Name": "Airbus A330-300"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment48",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-24",
"Time": "14:30:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "16:30:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4707"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4707"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment49",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "12:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-24",
"Time": "16:25:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4039"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4039"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment50",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-24",
"Time": "21:15:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "22:36:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1785"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1785"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 21 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment51",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "20:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-24",
"Time": "23:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "25"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "25"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 45 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment52",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-25",
"Time": "11:10:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-25",
"Time": "13:20:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4719"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4719"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment53",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "05:30:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "126"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "126"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 40 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"1",
"18",
"20"
]
},
{
"SegmentKey": "Segment54",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "06:30:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "152"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "152"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment55",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "09:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "DUB",
"Date": "2023-04-24",
"Time": "11:15:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "155"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "155"
},
"Equipment": {
"AircraftCode": "32Q",
"Name": "Airbus A321 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment56",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-24",
"Time": "13:30:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "16:05:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "127"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "127"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"1",
"18",
"20"
]
},
{
"SegmentKey": "Segment57",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "CPH",
"Date": "2023-04-15",
"Time": "07:00:00",
"AirportName": "Copenhagen Kastrup Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "950"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "950"
},
"Equipment": {
"AircraftCode": "32Q",
"Name": "Airbus A321 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment58",
"Departure": {
"AirportCode": "CPH",
"Date": "2023-04-15",
"Time": "12:35:00",
"AirportName": "Copenhagen Kastrup Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "503"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS CONNECT",
"FlightNumber": "503"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "SASGOPRO"
},
{
"SegmentKey": "Segment59",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "06:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "ARN",
"Date": "2023-04-24",
"Time": "10:05:00",
"AirportName": "Stockholm-Arlanda Airport",
"Terminal": {
"Name": "5"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "1530"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS CONNECT",
"FlightNumber": "1530"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment60",
"Departure": {
"AirportCode": "ARN",
"Date": "2023-04-24",
"Time": "12:05:00",
"AirportName": "Stockholm-Arlanda Airport",
"Terminal": {
"Name": "5"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "14:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "947"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "947"
},
"Equipment": {
"AircraftCode": "32Q",
"Name": "Airbus A321 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "SASGOPRO"
},
{
"SegmentKey": "Segment61",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "08:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "11:15:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "853"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "853"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 45 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment62",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "10:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "12:21:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6317"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION FOR DELTA AIR LINES",
"FlightNumber": "6317"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 46 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment63",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "18:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "4826"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4826"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment64",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "19:58:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4894"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4894"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 48 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment65",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "23:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5988"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5988"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment66",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "08:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "11:15:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6582"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6582"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 45 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment67",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "12:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "13:11:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1704"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1704"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 11 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment68",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "18:40:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4038"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4038"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment69",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6994"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6994"
},
"Equipment": {
"AircraftCode": "73J",
"Name": "73J"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment70",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "11:15:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "12:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "162"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "162"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment71",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5923"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5923"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment72",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1009"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1009"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment73",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "854"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "854"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment74",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "12:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "15:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "855"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "855"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 55 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment75",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "12:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "15:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6588"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6588"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 55 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment76",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "18:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "20:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "859"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "859"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 55 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment77",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "856"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "856"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment78",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "858"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "858"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment79",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6589"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6589"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment80",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6585"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6585"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment81",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6559"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6559"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment82",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "19:44:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "21:19:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "3579"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "REPUBLIC AIRWAYS DBA UNITED EXPRESS",
"FlightNumber": "3579"
},
"Equipment": {
"AircraftCode": "E70",
"Name": "Embraer 170"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment83",
"Departure": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "924"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "924"
},
"Equipment": {
"AircraftCode": "763",
"Name": "Boeing 767-300 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 40 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment84",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "ZRH",
"Date": "2023-04-15",
"Time": "10:25:00",
"AirportName": "Zürich Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "4641"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "4641"
},
"Equipment": {
"AircraftCode": "788",
"Name": "788"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment85",
"Departure": {
"AirportCode": "ZRH",
"Date": "2023-04-15",
"Time": "12:05:00",
"AirportName": "Zürich Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "332"
},
"OperatingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "332"
},
"Equipment": {
"AircraftCode": "223",
"Name": "223"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 55 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment86",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "MUC",
"Date": "2023-04-15",
"Time": "07:45:00",
"AirportName": "Munich International Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6791"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6791"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 45 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment87",
"Departure": {
"AirportCode": "MUC",
"Date": "2023-04-15",
"Time": "08:45:00",
"AirportName": "Munich International Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "2472"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "2472"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment88",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:15:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "VIE",
"Date": "2023-04-15",
"Time": "08:30:00",
"AirportName": "Vienna International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "8248"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "8248"
},
"Equipment": {
"AircraftCode": "788",
"Name": "788"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment89",
"Departure": {
"AirportCode": "VIE",
"Date": "2023-04-15",
"Time": "12:50:00",
"AirportName": "Vienna International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "14:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "461"
},
"OperatingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "461"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment90",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "15:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "16:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "SN",
"Name": "Brussels Airlines",
"FlightNumber": "9562"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "9562"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment91",
"Departure": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "17:50:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "BRU",
"Date": "2023-04-15",
"Time": "06:40:00",
"AirportName": "Brussels Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "SN",
"Name": "Brussels Airlines",
"FlightNumber": "9552"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "9552"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment92",
"Departure": {
"AirportCode": "BRU",
"Date": "2023-04-15",
"Time": "09:50:00",
"AirportName": "Brussels Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "SN",
"Name": "Brussels Airlines",
"FlightNumber": "2093"
},
"OperatingCarrier": {
"AirlineID": "SN",
"Name": "Brussels Airlines",
"FlightNumber": "2093"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment93",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:20:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "FRA",
"Date": "2023-04-15",
"Time": "07:55:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "471"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "471"
},
"Equipment": {
"AircraftCode": "744",
"Name": "Boeing 747-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment94",
"Departure": {
"AirportCode": "FRA",
"Date": "2023-04-15",
"Time": "09:00:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "5002"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "5002"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment95",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "10:26:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "12:12:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "8"
}
},
"MarketingCarrier": {
"AirlineID": "IB",
"Name": "IBERIA",
"FlightNumber": "4890"
},
"OperatingCarrier": {
"AirlineID": "IB",
"Name": "REPUBLIC FOR AMERICAN AIRLINES",
"FlightNumber": "4890"
},
"Equipment": {
"AircraftCode": "E75",
"Name": "E75"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 46 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment96",
"Departure": {
"AirportCode": "EWR",
"Date": "2023-04-14",
"Time": "18:05:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "B"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "5"
}
},
"MarketingCarrier": {
"AirlineID": "IB",
"Name": "IBERIA",
"FlightNumber": "7381"
},
"OperatingCarrier": {
"AirlineID": "BA",
"Name": "British Airways",
"FlightNumber": "7381"
},
"Equipment": {
"AircraftCode": "777",
"Name": "Boeing 777 all pax models"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "FULLYFLEX"
}
]
},
"FlightList": {
"Flight": [
{
"FlightKey": "Flight1",
"Journey": {
"Time": "9 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment1 Segment2"
},
{
"FlightKey": "Flight2",
"Journey": {
"Time": "11 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment3 Segment4"
},
{
"FlightKey": "Flight3",
"Journey": {
"Time": "12 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment5 Segment6"
},
{
"FlightKey": "Flight4",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment7 Segment8"
},
{
"FlightKey": "Flight5",
"Journey": {
"Time": "14 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment9 Segment8"
},
{
"FlightKey": "Flight6",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment10 Segment11"
},
{
"FlightKey": "Flight7",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment12 Segment13"
},
{
"FlightKey": "Flight8",
"Journey": {
"Time": "12 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment12 Segment14"
},
{
"FlightKey": "Flight9",
"Journey": {
"Time": "14 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment12 Segment15"
},
{
"FlightKey": "Flight10",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment16 Segment17"
},
{
"FlightKey": "Flight11",
"Journey": {
"Time": "11 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment18 Segment19"
},
{
"FlightKey": "Flight12",
"Journey": {
"Time": "11 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment20 Segment21"
},
{
"FlightKey": "Flight13",
"Journey": {
"Time": "14 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment20 Segment22"
},
{
"FlightKey": "Flight14",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment23 Segment24"
},
{
"FlightKey": "Flight15",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment25 Segment26"
},
{
"FlightKey": "Flight16",
"Journey": {
"Time": "12 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment25 Segment27"
},
{
"FlightKey": "Flight17",
"Journey": {
"Time": "14 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment25 Segment28"
},
{
"FlightKey": "Flight18",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment29 Segment30"
},
{
"FlightKey": "Flight19",
"Journey": {
"Time": "11 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment31 Segment32"
},
{
"FlightKey": "Flight20",
"Journey": {
"Time": "13 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment33 Segment30"
},
{
"FlightKey": "Flight21",
"Journey": {
"Time": "14 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment34 Segment30"
},
{
"FlightKey": "Flight22",
"Journey": {
"Time": "16 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment35 Segment30"
},
{
"FlightKey": "Flight23",
"Journey": {
"Time": "18 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment30"
},
{
"FlightKey": "Flight24",
"Journey": {
"Time": "12 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment37 Segment38"
},
{
"FlightKey": "Flight25",
"Journey": {
"Time": "14 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment39 Segment38"
},
{
"FlightKey": "Flight26",
"Journey": {
"Time": "17 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment37 Segment40"
},
{
"FlightKey": "Flight27",
"Journey": {
"Time": "19 H 50 M",
"Stops": 1
},
"SegmentReferences": "Segment39 Segment40"
},
{
"FlightKey": "Flight28",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment41 Segment40"
},
{
"FlightKey": "Flight29",
"Journey": {
"Time": "14 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment42 Segment40"
},
{
"FlightKey": "Flight30",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment43 Segment44"
},
{
"FlightKey": "Flight31",
"Journey": {
"Time": "13 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment45 Segment46"
},
{
"FlightKey": "Flight32",
"Journey": {
"Time": "11 H 50 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment48"
},
{
"FlightKey": "Flight33",
"Journey": {
"Time": "14 H 41 M",
"Stops": 1
},
"SegmentReferences": "Segment49 Segment50"
},
{
"FlightKey": "Flight34",
"Journey": {
"Time": "22 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment51 Segment52"
},
{
"FlightKey": "Flight35",
"Journey": {
"Time": "9 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment53 Segment54"
},
{
"FlightKey": "Flight36",
"Journey": {
"Time": "11 H 15 M",
"Stops": 1
},
"SegmentReferences": "Segment55 Segment56"
},
{
"FlightKey": "Flight37",
"Journey": {
"Time": "15 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment57 Segment58"
},
{
"FlightKey": "Flight38",
"Journey": {
"Time": "13 H 15 M",
"Stops": 1
},
"SegmentReferences": "Segment59 Segment60"
},
{
"FlightKey": "Flight39",
"Journey": {
"Time": "7 H 45 M",
"Stops": 0
},
"SegmentReferences": "Segment61"
},
{
"FlightKey": "Flight40",
"Journey": {
"Time": "14 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment62 Segment63"
},
{
"FlightKey": "Flight41",
"Journey": {
"Time": "12 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment64 Segment65"
},
{
"FlightKey": "Flight42",
"Journey": {
"Time": "7 H 45 M",
"Stops": 0
},
"SegmentReferences": "Segment66"
},
{
"FlightKey": "Flight43",
"Journey": {
"Time": "14 H 15 M",
"Stops": 1
},
"SegmentReferences": "Segment67 Segment68"
},
{
"FlightKey": "Flight44",
"Journey": {
"Time": "12 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment43 Segment69"
},
{
"FlightKey": "Flight45",
"Journey": {
"Time": "13 H 50 M",
"Stops": 1
},
"SegmentReferences": "Segment53 Segment70"
},
{
"FlightKey": "Flight46",
"Journey": {
"Time": "13 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment5 Segment71"
},
{
"FlightKey": "Flight47",
"Journey": {
"Time": "12 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment23 Segment72"
},
{
"FlightKey": "Flight48",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment73"
},
{
"FlightKey": "Flight49",
"Journey": {
"Time": "7 H 55 M",
"Stops": 0
},
"SegmentReferences": "Segment74"
},
{
"FlightKey": "Flight50",
"Journey": {
"Time": "7 H 55 M",
"Stops": 0
},
"SegmentReferences": "Segment75"
},
{
"FlightKey": "Flight51",
"Journey": {
"Time": "7 H 55 M",
"Stops": 0
},
"SegmentReferences": "Segment76"
},
{
"FlightKey": "Flight52",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment77"
},
{
"FlightKey": "Flight53",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment78"
},
{
"FlightKey": "Flight54",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment79"
},
{
"FlightKey": "Flight55",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment80"
},
{
"FlightKey": "Flight56",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment81"
},
{
"FlightKey": "Flight57",
"Journey": {
"Time": "9 H 56 M",
"Stops": 1
},
"SegmentReferences": "Segment82 Segment83"
},
{
"FlightKey": "Flight58",
"Journey": {
"Time": "11 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment84 Segment85"
},
{
"FlightKey": "Flight59",
"Journey": {
"Time": "10 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment86 Segment87"
},
{
"FlightKey": "Flight60",
"Journey": {
"Time": "15 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment88 Segment89"
},
{
"FlightKey": "Flight61",
"Journey": {
"Time": "14 H 15 M",
"Stops": 2
},
"SegmentReferences": "Segment90 Segment91 Segment92"
},
{
"FlightKey": "Flight62",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment93 Segment94"
},
{
"FlightKey": "Flight63",
"Journey": {
"Time": "14 H 49 M",
"Stops": 1
},
"SegmentReferences": "Segment95 Segment96"
}
]
},
"OriginDestinationList": {
"OriginDestination": [
{
"OriginDestinationKey": "OD1",
"DepartureCode": "YYZ",
"ArrivalCode": "LHR",
"FlightReferences": "Flight1 Flight3 Flight6 Flight7 Flight8 Flight9 Flight12 Flight13 Flight14 Flight15 Flight16 Flight17 Flight30 Flight35 Flight37 Flight40 Flight41 Flight43 Flight44 Flight45 Flight46 Flight47 Flight48 Flight52 Flight53 Flight54 Flight55 Flight56 Flight57 Flight58 Flight59 Flight60 Flight61 Flight62 Flight63"
},
{
"OriginDestinationKey": "OD2",
"DepartureCode": "LHR",
"ArrivalCode": "YYZ",
"FlightReferences": "Flight2 Flight4 Flight5 Flight10 Flight11 Flight18 Flight19 Flight20 Flight21 Flight22 Flight23 Flight24 Flight25 Flight26 Flight27 Flight28 Flight29 Flight31 Flight32 Flight33 Flight34 Flight36 Flight38 Flight39 Flight42 Flight49 Flight50 Flight51"
}
]
},
"PriceClassList": {
"PriceClass": [
{
"PriceClassID": "PCR_1",
"Name": "",
"Code": "",
"Descriptions": {
"Description": []
}
},
{
"PriceClassID": "PCR_2",
"Name": "Economy standard plus 2",
"Code": "Economy standard plus 2",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_3",
"Name": "Premium flex",
"Code": "Premium flex",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_4",
"Name": "Latitude",
"Code": "Latitude",
"Descriptions": {
"Description": [
{
"Code": "0B3",
"Type": "N",
"Text": "MEAL"
},
{
"Code": "CML",
"Type": "F",
"Text": "COMPLIMENTARY MEAL"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "050",
"Type": "F",
"Text": "BASIC SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
},
{
"Code": "05Z",
"Type": "F",
"Text": "PREMIUM SEAT"
}
]
}
},
{
"PriceClassID": "PCR_5",
"Name": "Eco flex",
"Code": "Eco flex",
"Descriptions": {
"Description": [
{
"Code": "018",
"Type": "C",
"Text": "CATERING ON EUROPE FLTS"
},
{
"Code": "019",
"Type": "F",
"Text": "CATERING ON INTERCONT FLTS"
},
{
"Code": "050",
"Type": "C",
"Text": "STANDARD SEAT RESERVATION"
},
{
"Code": "057",
"Type": "F",
"Text": "MILEAGE ACCRUAL"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "05Z",
"Type": "C",
"Text": "PREFERRED SEAT RESERVATION"
},
{
"Code": "06I",
"Type": "F",
"Text": "CHANGE BEFORE DEPARTURE"
}
]
}
},
{
"PriceClassID": "PCR_6",
"Name": "Premium economy flexible",
"Code": "Premium economy flexible",
"Descriptions": {
"Description": [
{
"Code": "0B3",
"Type": "N",
"Text": "MEAL"
},
{
"Code": "CML",
"Type": "F",
"Text": "COMPLIMENTARY MEAL"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "050",
"Type": "F",
"Text": "BASIC SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
},
{
"Code": "05Z",
"Type": "F",
"Text": "PREMIUM SEAT"
}
]
}
},
{
"PriceClassID": "PCR_7",
"Name": "Prem eco flex",
"Code": "Prem eco flex",
"Descriptions": {
"Description": [
{
"Code": "018",
"Type": "C",
"Text": "CATERING ON EUROPE FLTS"
},
{
"Code": "019",
"Type": "F",
"Text": "CATERING ON INTERCONT FLTS"
},
{
"Code": "050",
"Type": "C",
"Text": "STANDARD SEAT RESERVATION"
},
{
"Code": "057",
"Type": "F",
"Text": "MILEAGE ACCRUAL"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "06I",
"Type": "F",
"Text": "CHANGE BEFORE DEPARTURE"
},
{
"Code": "06J",
"Type": "F",
"Text": "CHANGE AFTER DEPARTURE"
}
]
}
}
]
},
"BaggageAllowanceList": {
"BaggageAllowance": [
{
"BaggageAllowanceID": "Bag1",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "1",
"Unit": "Pieces"
}
},
{
"BaggageAllowanceID": "Bag2",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "2",
"Unit": "Pieces"
}
},
{
"BaggageAllowanceID": "Bag3",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "0",
"Unit": "kg"
}
}
]
},
"FopList": [
{
"CC": {
"Allowed": "N",
"Types": {}
},
"DC": {
"Allowed": "N",
"Types": {}
},
"CHEQUE": {
"Allowed": "Y",
"Types": {}
},
"CASH": {
"Allowed": "N",
"Types": {}
},
"ACH": {
"Allowed": "Y",
"Types": {}
},
"PG": {
"Allowed": "N",
"Types": {}
},
"FopKey": "FOP_0_0_0_0_ALL_ALL"
}
]
},
"MetaData": {}
}
}
Request Body (ONEWAY Trip)
{
"AirShoppingRQ": {
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "kathir",
"IATA_Number": "",
"AgencyID": "",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"CoreQuery": {
"OriginDestinations": {
"OriginDestination": [
{
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"ArrivalTime": {
"From": "",
"To": ""
},
"NoOfMiles": ""
},
"Arrival": {
"AirportCode": "LHR",
"NoOfMiles": ""
}
}
]
}
},
"DataLists": {
"PassengerList": {
"Passenger": [
{
"PassengerID": "T1",
"PTC": "ADT"
}
]
}
},
"Preference": {
"TripType": "ONEWAY",
"FareType": [
"70J",
"749"
],
"RbdPreference": {
"RequireAllRbd": "N",
"PreferedRbds": [],
"ExcludeRbds": []
},
"AlliancePreference": {
"PreferedAlliance": [],
"ExcludeAlliance": []
},
"Cabin": "Y",
"AdditionalCabinType": [],
"AlternateDays": 0,
"DirectFlight": "N",
"Refundable": "",
"NearByAirports": "N",
"FreeBaggage": "N",
"NoOfStops": "",
"ConnectionTime": {
"Min": "",
"Max": ""
},
"Penalties": {
"ZeroChangeFee": "N",
"NoCancellationFee": "Y",
"Refundable": "N",
"RebookingPossible": "N"
},
"CountryPreference": {
"ExcludeCountry": []
},
"DoubleOneWay": "Y",
"Currency": "CAD"
},
"MetaData": {
"TraceId": "162495267992"
}
}
}
Response Sample (ONEWAY Trip)
{
"AirShoppingRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "clarity agency",
"IATA_Number": "",
"AgencyID": "clarity agency",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1679929460822278972",
"Success": {},
"OffersGroup": {
"AirlineOffers": [
{
"AirlineOfferSnapshot": {
"PassengerQuantity": 1,
"MatchedOfferQuantity": 104,
"Lowest": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"Highest": {
"BookingCurrencyPrice": 4811.86,
"EquivCurrencyPrice": 4811.86
}
},
"Offer": [
{
"OfferID": "3491199111679929465208878984",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465417112663"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465208878984",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465212899861",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465259485705",
"3491199111679929465419101264"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment3 Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TLW79RMZ TLW79RMZ"
},
"RBD": "T T",
"CabinType": "Y Y",
"SeatLeft": "9 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465212899861",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465214404438",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465263926156",
"3491199111679929465299642792"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment3 Segment5",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TLW79RMZ TLW79RMZ"
},
"RBD": "T T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment5",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465214404438",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465216455621",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465264656636",
"3491199111679929465304412603"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment6 Segment7",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TLW79RMZ TLW79RMZ"
},
"RBD": "T T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment6 Segment7",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465216455621",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465217484173",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465265986419",
"3491199111679929465301422515"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment6 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TLW79RMZ TLW79RMZ"
},
"RBD": "T T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment6 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465217484173",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465218907068",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465266452610",
"3491199111679929465306657773"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_2",
"SegmentRefs": "Segment9 Segment7",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TLW79RMZ TLW79RMZ"
},
"RBD": "T T",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment9 Segment7",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465218907068",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465220843185",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465268432806",
"3491199111679929465422300151"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "T X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465220843185",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465221708018",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465424968907"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 910.76,
"EquivCurrencyPrice": 910.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "T X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment2",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465221708018",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465223902450",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465425134549"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:25",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BasePrice": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BaseAmount": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465223902450",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465224990537",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465426200264"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BasePrice": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BaseAmount": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment14 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment14 Segment15",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465224990537",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465225741391",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465427664698"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BasePrice": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BaseAmount": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment14 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment14 Segment16",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465225741391",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465227612636",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465428326749"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BasePrice": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 913.86,
"EquivCurrencyPrice": 913.86
},
"BaseAmount": {
"BookingCurrencyPrice": 535,
"EquivCurrencyPrice": 535
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment14 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "XLW79RMZ XLW79RMZ"
},
"RBD": "X X",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment14 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465227612636",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465229800780",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465333895631",
"3491199111679929465406843313"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 922.26,
"EquivCurrencyPrice": 922.26
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 402.26,
"EquivCurrencyPrice": 402.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 922.26,
"EquivCurrencyPrice": 922.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 922.26,
"EquivCurrencyPrice": 922.26
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 402.26,
"EquivCurrencyPrice": 402.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_3",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465229800780",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465230906493",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 922.26,
"EquivCurrencyPrice": 922.26
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 402.26,
"EquivCurrencyPrice": 402.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 922.26,
"EquivCurrencyPrice": 922.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 922.26,
"EquivCurrencyPrice": 922.26
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 402.26,
"EquivCurrencyPrice": 402.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment18 Segment20",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment18 Segment20",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465230906493",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465234111815",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465430345914"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BasePrice": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxPrice": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BaseAmount": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxAmount": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_5",
"SegmentRefs": "Segment21 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment21 Segment22",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465234111815",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465235687254",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BasePrice": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxPrice": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BaseAmount": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxAmount": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment23 Segment24",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment24",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465235687254",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465236851471",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BasePrice": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxPrice": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BaseAmount": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxAmount": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment23 Segment25",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment25",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465236851471",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465238709103",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BasePrice": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxPrice": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 931.86,
"EquivCurrencyPrice": 931.86
},
"BaseAmount": {
"BookingCurrencyPrice": 528,
"EquivCurrencyPrice": 528
},
"TaxAmount": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment23 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment23 Segment26",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465238709103",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465239610770",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 935.76,
"EquivCurrencyPrice": 935.76
},
"BasePrice": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxPrice": {
"BookingCurrencyPrice": 415.76,
"EquivCurrencyPrice": 415.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 935.76,
"EquivCurrencyPrice": 935.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 935.76,
"EquivCurrencyPrice": 935.76
},
"BaseAmount": {
"BookingCurrencyPrice": 520,
"EquivCurrencyPrice": 520
},
"TaxAmount": {
"BookingCurrencyPrice": 415.76,
"EquivCurrencyPrice": 415.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment27 Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "NLW79RMZ NLW79RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment27 Segment28",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465239610770",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465240672503",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 950.76,
"EquivCurrencyPrice": 950.76
},
"BasePrice": {
"BookingCurrencyPrice": 560,
"EquivCurrencyPrice": 560
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 950.76,
"EquivCurrencyPrice": 950.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 950.76,
"EquivCurrencyPrice": 950.76
},
"BaseAmount": {
"BookingCurrencyPrice": 560,
"EquivCurrencyPrice": 560
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment29 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "ULW79RMZ ULW79RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "2 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment29 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465240672503",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465242470383",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 950.76,
"EquivCurrencyPrice": 950.76
},
"BasePrice": {
"BookingCurrencyPrice": 560,
"EquivCurrencyPrice": 560
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 950.76,
"EquivCurrencyPrice": 950.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 950.76,
"EquivCurrencyPrice": 950.76
},
"BaseAmount": {
"BookingCurrencyPrice": 560,
"EquivCurrencyPrice": 560
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment31 Segment30",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "ULW79RMZ ULW79RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "7 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment31 Segment30",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465242470383",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465245581441",
"Owner": "FI",
"OwnerName": "Icelandair",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 980.06,
"EquivCurrencyPrice": 980.06
},
"BasePrice": {
"BookingCurrencyPrice": 735,
"EquivCurrencyPrice": 735
},
"TaxPrice": {
"BookingCurrencyPrice": 245.06,
"EquivCurrencyPrice": 245.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 980.06,
"EquivCurrencyPrice": 980.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 980.06,
"EquivCurrencyPrice": 980.06
},
"BaseAmount": {
"BookingCurrencyPrice": 735,
"EquivCurrencyPrice": 735
},
"TaxAmount": {
"BookingCurrencyPrice": 245.06,
"EquivCurrencyPrice": 245.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 172,
"EquivCurrencyPrice": 172
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "IS",
"BookingCurrencyPrice": 3.9,
"EquivCurrencyPrice": 3.9
},
{
"TaxCode": "ZU",
"BookingCurrencyPrice": 3.7,
"EquivCurrencyPrice": 3.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment32 Segment33",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "VJ1QCAFL VJ1QCAFL"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment32 Segment33",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465245581441",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465247782758",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1025.76,
"EquivCurrencyPrice": 1025.76
},
"BasePrice": {
"BookingCurrencyPrice": 635,
"EquivCurrencyPrice": 635
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1025.76,
"EquivCurrencyPrice": 1025.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1025.76,
"EquivCurrencyPrice": 1025.76
},
"BaseAmount": {
"BookingCurrencyPrice": 635,
"EquivCurrencyPrice": 635
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment34 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ELW79RMZ ELW79RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "5 8"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment34 Segment11",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465247782758",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465248809100",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1028.86,
"EquivCurrencyPrice": 1028.86
},
"BasePrice": {
"BookingCurrencyPrice": 650,
"EquivCurrencyPrice": 650
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1028.86,
"EquivCurrencyPrice": 1028.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1028.86,
"EquivCurrencyPrice": 1028.86
},
"BaseAmount": {
"BookingCurrencyPrice": 650,
"EquivCurrencyPrice": 650
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment12 Segment35",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ELW79RMZ ELW79RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment35",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465248809100",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465250700984",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment37",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment37",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465250700984",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465251991463",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465251991463",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465253667776",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment39",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment39",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465253667776",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465256810948",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment40",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment40",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465256810948",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465254759179",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight29"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment41",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment41",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465254759179",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465252401552",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1069.06,
"EquivCurrencyPrice": 1069.06
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 234.06,
"EquivCurrencyPrice": 234.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 3.6,
"EquivCurrencyPrice": 3.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment42",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment42",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465252401552",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465257362361",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1084.36,
"EquivCurrencyPrice": 1084.36
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 249.36,
"EquivCurrencyPrice": 249.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1084.36,
"EquivCurrencyPrice": 1084.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight31"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1084.36,
"EquivCurrencyPrice": 1084.36
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 249.36,
"EquivCurrencyPrice": 249.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 18.9,
"EquivCurrencyPrice": 18.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment43",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment43",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465257362361",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465258420025",
"Owner": "EI",
"OwnerName": "Aer Lingus",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-29 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1084.36,
"EquivCurrencyPrice": 1084.36
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 249.36,
"EquivCurrencyPrice": 249.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1084.36,
"EquivCurrencyPrice": 1084.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight32"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1084.36,
"EquivCurrencyPrice": 1084.36
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 249.36,
"EquivCurrencyPrice": 249.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 165,
"EquivCurrencyPrice": 165
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "UP",
"BookingCurrencyPrice": 18.9,
"EquivCurrencyPrice": 18.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment36 Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "MKUSFLEX MKUSFLEX"
},
"RBD": "M H",
"CabinType": "Y Y",
"SeatLeft": "1 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment36 Segment44",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465258420025",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465259485705",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BasePrice": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BaseAmount": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment3 Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "TLW79RIZ TLW79RIZ"
},
"RBD": "S S",
"CabinType": "S Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465259485705",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465263926156",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BasePrice": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BaseAmount": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment3 Segment5",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "TLW79RIZ TLW79RIZ"
},
"RBD": "S S",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment5",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465263926156",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465264656636",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BasePrice": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BaseAmount": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment6 Segment7",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "TLW79RIZ TLW79RIZ"
},
"RBD": "S S",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment6 Segment7",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465264656636",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465265986419",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BasePrice": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BaseAmount": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment6 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "TLW79RIZ TLW79RIZ"
},
"RBD": "S S",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment6 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465265986419",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465266452610",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BasePrice": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BaseAmount": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_6",
"SegmentRefs": "Segment9 Segment7",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "TLW79RIZ TLW79RIZ"
},
"RBD": "S S",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment9 Segment7",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465266452610",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465268432806",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BasePrice": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1139.76,
"EquivCurrencyPrice": 1139.76
},
"BaseAmount": {
"BookingCurrencyPrice": 749,
"EquivCurrencyPrice": 749
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_7",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_9 FG_9",
"Code": "XLW79RIZ XLW79RIZ"
},
"RBD": "T V",
"CabinType": "Y Y",
"SeatLeft": "9 1"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465268432806",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465271857521",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1225.76,
"EquivCurrencyPrice": 1225.76
},
"BasePrice": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1225.76,
"EquivCurrencyPrice": 1225.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight33"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1225.76,
"EquivCurrencyPrice": 1225.76
},
"BaseAmount": {
"BookingCurrencyPrice": 835,
"EquivCurrencyPrice": 835
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment3 Segment45",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10 FG_10",
"Code": "QLW09RMZ QLW09RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "4 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment45",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465271857521",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465273251381",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1246.86,
"EquivCurrencyPrice": 1246.86
},
"BasePrice": {
"BookingCurrencyPrice": 843,
"EquivCurrencyPrice": 843
},
"TaxPrice": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1246.86,
"EquivCurrencyPrice": 1246.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight34"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1246.86,
"EquivCurrencyPrice": 1246.86
},
"BaseAmount": {
"BookingCurrencyPrice": 843,
"EquivCurrencyPrice": 843
},
"TaxAmount": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment21 Segment46",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_11 FG_11",
"Code": "HLW09RMZ HLW09RMZ"
},
"RBD": "H K",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment21 Segment46",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465273251381",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465280816747",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BasePrice": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight35"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment47 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12 FG_12",
"Code": "LLW09RMZ LLW09RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "8 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment47 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465280816747",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465282386044",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BasePrice": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight36"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment47 Segment49",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12 FG_12",
"Code": "LLW09RMZ LLW09RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "8 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment47 Segment49",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465282386044",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465284898205",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BasePrice": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight37"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment47 Segment50",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12 FG_12",
"Code": "LLW09RMZ LLW09RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "8 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment47 Segment50",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465284898205",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465286290354",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BasePrice": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight38"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment47 Segment51",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12 FG_12",
"Code": "LLW09RMZ LLW09RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "8 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment47 Segment51",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465286290354",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465288461391",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BasePrice": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight39"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment47 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12 FG_12",
"Code": "LLW09RMZ LLW09RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "8 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment47 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465288461391",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465291972416",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BasePrice": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight40"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1425.76,
"EquivCurrencyPrice": 1425.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1035,
"EquivCurrencyPrice": 1035
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment47 Segment53",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_12 FG_12",
"Code": "LLW09RMZ LLW09RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "8 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment47 Segment53",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465291972416",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465295312692",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight41"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment54 Segment52",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "KLW39RPZ KLW39RPZ"
},
"RBD": "K K",
"CabinType": "S S",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment54 Segment52",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465295312692",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465297799708",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight42"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment54 Segment55",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "KLW39RPZ KLW39RPZ"
},
"RBD": "K K",
"CabinType": "S S",
"SeatLeft": "9 8"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment54 Segment55",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465297799708",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465299642792",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_8",
"SegmentRefs": "Segment3 Segment5",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_14 FG_14",
"Code": "GLW39RPZ GLW39RPZ"
},
"RBD": "W G",
"CabinType": "S S",
"SeatLeft": "9 6"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment5",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465299642792",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465304412603",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_8",
"SegmentRefs": "Segment6 Segment7",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_14 FG_14",
"Code": "GLW39RPZ GLW39RPZ"
},
"RBD": "W G",
"CabinType": "S S",
"SeatLeft": "9 8"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment6 Segment7",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465304412603",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465301422515",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_8",
"SegmentRefs": "Segment6 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_14 FG_14",
"Code": "GLW39RPZ GLW39RPZ"
},
"RBD": "W G",
"CabinType": "S S",
"SeatLeft": "9 6"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment6 Segment8",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465301422515",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465309104687",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight43"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment56 Segment48",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_13 FG_13",
"Code": "KLW39RPZ KLW39RPZ"
},
"RBD": "K K",
"CabinType": "S S",
"SeatLeft": "9 6"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment56 Segment48",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465309104687",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465306657773",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1538.26,
"EquivCurrencyPrice": 1538.26
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_8",
"SegmentRefs": "Segment9 Segment7",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_14 FG_14",
"Code": "GLW39RPZ GLW39RPZ"
},
"RBD": "W G",
"CabinType": "S S",
"SeatLeft": "9 8"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment9 Segment7",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465306657773",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465333895631",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1549.76,
"EquivCurrencyPrice": 1549.76
},
"BasePrice": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxPrice": {
"BookingCurrencyPrice": 564.76,
"EquivCurrencyPrice": 564.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1549.76,
"EquivCurrencyPrice": 1549.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1549.76,
"EquivCurrencyPrice": 1549.76
},
"BaseAmount": {
"BookingCurrencyPrice": 985,
"EquivCurrencyPrice": 985
},
"TaxAmount": {
"BookingCurrencyPrice": 564.76,
"EquivCurrencyPrice": 564.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_15 FG_15",
"Code": "ALW39RPZ ALW39RPZ"
},
"RBD": "A Y",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465333895631",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465336772337",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1788.26,
"EquivCurrencyPrice": 1788.26
},
"BasePrice": {
"BookingCurrencyPrice": 1235,
"EquivCurrencyPrice": 1235
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1788.26,
"EquivCurrencyPrice": 1788.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight44"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1788.26,
"EquivCurrencyPrice": 1788.26
},
"BaseAmount": {
"BookingCurrencyPrice": 1235,
"EquivCurrencyPrice": 1235
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment54 Segment51",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_16 FG_16",
"Code": "HLW09RPZ HLW09RPZ"
},
"RBD": "H H",
"CabinType": "S S",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment54 Segment51",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465336772337",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465357606971",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465398348400"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight45"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_10",
"SegmentRefs": "Segment57",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment57",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465357606971",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465359356297",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465399492002"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight46"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_10",
"SegmentRefs": "Segment58",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment58",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465359356297",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465361784852",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465400313755"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight47"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_10",
"SegmentRefs": "Segment59",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment59",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465361784852",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465362547879",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight48"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment60 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment60 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465362547879",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465363718621",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight49"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment62 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment62 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465363718621",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465364862224",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight50"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment63 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment63 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465364862224",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465365354698",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight51"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment64 Segment65",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment64 Segment65",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465365354698",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465366307570",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight52"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment66 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment66 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465366307570",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465368502977",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight53"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment67 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment67 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465368502977",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465369858457",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight54"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment68 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment68 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465369858457",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465367665524",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight55"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1798.96,
"EquivCurrencyPrice": 1798.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 352.96,
"EquivCurrencyPrice": 352.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment69 Segment61",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment69 Segment61",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465367665524",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465374690746",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465401704059"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_11",
"SegmentRefs": "Segment70",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment70",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465374690746",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465376542155",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465403979320"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight57"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_11",
"SegmentRefs": "Segment71",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment71",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465376542155",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465377141875",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465404965852"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight58"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_11",
"SegmentRefs": "Segment72",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17",
"Code": "BFFEO"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment72",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465377141875",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465379800204",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight59"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment73 Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment73 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465379800204",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465380597578",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight60"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1822.46,
"EquivCurrencyPrice": 1822.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 376.46,
"EquivCurrencyPrice": 376.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment75 Segment74",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment75 Segment74",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465380597578",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465381575560",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465416683009"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight61"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_12",
"SegmentRefs": "Segment76 Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment76 Segment77",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465381575560",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465382275954",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight62"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment78 Segment79",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment79",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465382275954",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465383218871",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight63"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment80 Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment80 Segment81",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465383218871",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465384389575",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight64"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment82 Segment83",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment82 Segment83",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465384389575",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465387356252",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight65"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment84 Segment85",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 3"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment84 Segment85",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465387356252",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465385552338",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight66"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1836.76,
"EquivCurrencyPrice": 1836.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment78 Segment86",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment78 Segment86",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465385552338",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465388403182",
"Owner": "LX",
"OwnerName": "Swiss International Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1846.16,
"EquivCurrencyPrice": 1846.16
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 400.16,
"EquivCurrencyPrice": 400.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1846.16,
"EquivCurrencyPrice": 1846.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight67"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1846.16,
"EquivCurrencyPrice": 1846.16
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 400.16,
"EquivCurrencyPrice": 400.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CH",
"BookingCurrencyPrice": 23.7,
"EquivCurrencyPrice": 23.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment87 Segment88",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment87 Segment88",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465388403182",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465389523756",
"Owner": "LX",
"OwnerName": "Swiss International Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1846.16,
"EquivCurrencyPrice": 1846.16
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 400.16,
"EquivCurrencyPrice": 400.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1846.16,
"EquivCurrencyPrice": 1846.16
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight68"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1846.16,
"EquivCurrencyPrice": 1846.16
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 400.16,
"EquivCurrencyPrice": 400.16
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CH",
"BookingCurrencyPrice": 23.7,
"EquivCurrencyPrice": 23.7
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment87 Segment89",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment87 Segment89",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465389523756",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465391303295",
"Owner": "OS",
"OwnerName": "Austrian Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1853.46,
"EquivCurrencyPrice": 1853.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 407.46,
"EquivCurrencyPrice": 407.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1853.46,
"EquivCurrencyPrice": 1853.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight69"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1853.46,
"EquivCurrencyPrice": 1853.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 407.46,
"EquivCurrencyPrice": 407.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AT",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "ZY",
"BookingCurrencyPrice": 17.2,
"EquivCurrencyPrice": 17.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment90 Segment91",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment90 Segment91",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465391303295",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465392461376",
"Owner": "OS",
"OwnerName": "Austrian Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1853.46,
"EquivCurrencyPrice": 1853.46
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 407.46,
"EquivCurrencyPrice": 407.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1853.46,
"EquivCurrencyPrice": 1853.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight70"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1853.46,
"EquivCurrencyPrice": 1853.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 407.46,
"EquivCurrencyPrice": 407.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AT",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "ZY",
"BookingCurrencyPrice": 17.2,
"EquivCurrencyPrice": 17.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment90 Segment92",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment90 Segment92",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465392461376",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465395269769",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1871.36,
"EquivCurrencyPrice": 1871.36
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 425.36,
"EquivCurrencyPrice": 425.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1871.36,
"EquivCurrencyPrice": 1871.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight71"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1871.36,
"EquivCurrencyPrice": 1871.36
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 425.36,
"EquivCurrencyPrice": 425.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "DE",
"BookingCurrencyPrice": 14.6,
"EquivCurrencyPrice": 14.6
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment93 Segment94",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment93 Segment94",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465395269769",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465396905868",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1871.36,
"EquivCurrencyPrice": 1871.36
},
"BasePrice": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxPrice": {
"BookingCurrencyPrice": 425.36,
"EquivCurrencyPrice": 425.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1871.36,
"EquivCurrencyPrice": 1871.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight72"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1871.36,
"EquivCurrencyPrice": 1871.36
},
"BaseAmount": {
"BookingCurrencyPrice": 1446,
"EquivCurrencyPrice": 1446
},
"TaxAmount": {
"BookingCurrencyPrice": 425.36,
"EquivCurrencyPrice": 425.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "DE",
"BookingCurrencyPrice": 14.6,
"EquivCurrencyPrice": 14.6
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment95 Segment94",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_17 FG_17",
"Code": "BFFEO BFFEO"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment95 Segment94",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465396905868",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465398348400",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
},
"BasePrice": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxPrice": {
"BookingCurrencyPrice": 515.46,
"EquivCurrencyPrice": 515.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight45"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxAmount": {
"BookingCurrencyPrice": 515.46,
"EquivCurrencyPrice": 515.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_13",
"SegmentRefs": "Segment57",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_18",
"Code": "OFF1EO"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment57",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465398348400",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465399492002",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
},
"BasePrice": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxPrice": {
"BookingCurrencyPrice": 515.46,
"EquivCurrencyPrice": 515.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight46"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxAmount": {
"BookingCurrencyPrice": 515.46,
"EquivCurrencyPrice": 515.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_13",
"SegmentRefs": "Segment58",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_18",
"Code": "OFF1EO"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment58",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465399492002",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465400313755",
"Owner": "AC",
"OwnerName": "Air Canada",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
},
"BasePrice": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxPrice": {
"BookingCurrencyPrice": 515.46,
"EquivCurrencyPrice": 515.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight47"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2050.46,
"EquivCurrencyPrice": 2050.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxAmount": {
"BookingCurrencyPrice": 515.46,
"EquivCurrencyPrice": 515.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_13",
"SegmentRefs": "Segment59",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_18",
"Code": "OFF1EO"
},
"RBD": "O",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment59",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465400313755",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465401704059",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
},
"BasePrice": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxPrice": {
"BookingCurrencyPrice": 538.96,
"EquivCurrencyPrice": 538.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight56"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxAmount": {
"BookingCurrencyPrice": 538.96,
"EquivCurrencyPrice": 538.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_14",
"SegmentRefs": "Segment70",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_19",
"Code": "GFF1EO"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment70",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465401704059",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465403979320",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
},
"BasePrice": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxPrice": {
"BookingCurrencyPrice": 538.96,
"EquivCurrencyPrice": 538.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight57"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxAmount": {
"BookingCurrencyPrice": 538.96,
"EquivCurrencyPrice": 538.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_14",
"SegmentRefs": "Segment71",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_19",
"Code": "GFF1EO"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment71",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465403979320",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465404965852",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
},
"BasePrice": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxPrice": {
"BookingCurrencyPrice": 538.96,
"EquivCurrencyPrice": 538.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight58"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2073.96,
"EquivCurrencyPrice": 2073.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1535,
"EquivCurrencyPrice": 1535
},
"TaxAmount": {
"BookingCurrencyPrice": 538.96,
"EquivCurrencyPrice": 538.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_14",
"SegmentRefs": "Segment72",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_19",
"Code": "GFF1EO"
},
"RBD": "G",
"CabinType": "S",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment72",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465404965852",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465406843313",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2084.76,
"EquivCurrencyPrice": 2084.76
},
"BasePrice": {
"BookingCurrencyPrice": 1520,
"EquivCurrencyPrice": 1520
},
"TaxPrice": {
"BookingCurrencyPrice": 564.76,
"EquivCurrencyPrice": 564.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2084.76,
"EquivCurrencyPrice": 2084.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2084.76,
"EquivCurrencyPrice": 2084.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1520,
"EquivCurrencyPrice": 1520
},
"TaxAmount": {
"BookingCurrencyPrice": 564.76,
"EquivCurrencyPrice": 564.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.5,
"EquivCurrencyPrice": 17.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_15",
"SegmentRefs": "Segment18 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_20 FG_20",
"Code": "SFFWCA SFFWCA"
},
"RBD": "S Y",
"CabinType": "S Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment18 Segment19",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465406843313",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465408719404",
"Owner": "SK",
"OwnerName": "SAS Scandinavian Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [
"3491199111679929465412945273"
],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3250.86,
"EquivCurrencyPrice": 3250.86
},
"BasePrice": {
"BookingCurrencyPrice": 2839,
"EquivCurrencyPrice": 2839
},
"TaxPrice": {
"BookingCurrencyPrice": 411.86,
"EquivCurrencyPrice": 411.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3250.86,
"EquivCurrencyPrice": 3250.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight73"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3250.86,
"EquivCurrencyPrice": 3250.86
},
"BaseAmount": {
"BookingCurrencyPrice": 2839,
"EquivCurrencyPrice": 2839
},
"TaxAmount": {
"BookingCurrencyPrice": 411.86,
"EquivCurrencyPrice": 411.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 327,
"EquivCurrencyPrice": 327
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "ZO",
"BookingCurrencyPrice": 19.4,
"EquivCurrencyPrice": 19.4
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_16",
"SegmentRefs": "Segment96 Segment97",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21 FG_21",
"Code": "ECAEUEOW ECAEUEOW"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment96 Segment97",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465408719404",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465410714699",
"Owner": "SK",
"OwnerName": "SAS Scandinavian Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3250.86,
"EquivCurrencyPrice": 3250.86
},
"BasePrice": {
"BookingCurrencyPrice": 2839,
"EquivCurrencyPrice": 2839
},
"TaxPrice": {
"BookingCurrencyPrice": 411.86,
"EquivCurrencyPrice": 411.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3250.86,
"EquivCurrencyPrice": 3250.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight74"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3250.86,
"EquivCurrencyPrice": 3250.86
},
"BaseAmount": {
"BookingCurrencyPrice": 2839,
"EquivCurrencyPrice": 2839
},
"TaxAmount": {
"BookingCurrencyPrice": 411.86,
"EquivCurrencyPrice": 411.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 327,
"EquivCurrencyPrice": 327
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "ZO",
"BookingCurrencyPrice": 19.4,
"EquivCurrencyPrice": 19.4
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment96 Segment98",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_21 FG_21",
"Code": "ECAEUEOW ECAEUEOW"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment96 Segment98",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465410714699",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465412945273",
"Owner": "SK",
"OwnerName": "SAS Scandinavian Airlines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3628.86,
"EquivCurrencyPrice": 3628.86
},
"BasePrice": {
"BookingCurrencyPrice": 3122,
"EquivCurrencyPrice": 3122
},
"TaxPrice": {
"BookingCurrencyPrice": 506.86,
"EquivCurrencyPrice": 506.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3628.86,
"EquivCurrencyPrice": 3628.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight73"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3628.86,
"EquivCurrencyPrice": 3628.86
},
"BaseAmount": {
"BookingCurrencyPrice": 3122,
"EquivCurrencyPrice": 3122
},
"TaxAmount": {
"BookingCurrencyPrice": 506.86,
"EquivCurrencyPrice": 506.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 422,
"EquivCurrencyPrice": 422
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "ZO",
"BookingCurrencyPrice": 19.4,
"EquivCurrencyPrice": 19.4
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_17",
"SegmentRefs": "Segment96 Segment97",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_22 FG_22",
"Code": "YCAEUXOW YCAEUXOW"
},
"RBD": "Y Y",
"CabinType": "S S",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment96 Segment97",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465412945273",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465414506394",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4395.76,
"EquivCurrencyPrice": 4395.76
},
"BasePrice": {
"BookingCurrencyPrice": 4005,
"EquivCurrencyPrice": 4005
},
"TaxPrice": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4395.76,
"EquivCurrencyPrice": 4395.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight75"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4395.76,
"EquivCurrencyPrice": 4395.76
},
"BaseAmount": {
"BookingCurrencyPrice": 4005,
"EquivCurrencyPrice": 4005
},
"TaxAmount": {
"BookingCurrencyPrice": 390.76,
"EquivCurrencyPrice": 390.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_4",
"SegmentRefs": "Segment99 Segment81",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_23 FG_23",
"Code": "YFFEO YFFEO"
},
"RBD": "Y Y",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment99 Segment81",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465414506394",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465416683009",
"Owner": "UA",
"OwnerName": "United Airlines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-28 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4598.26,
"EquivCurrencyPrice": 4598.26
},
"BasePrice": {
"BookingCurrencyPrice": 4045,
"EquivCurrencyPrice": 4045
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4598.26,
"EquivCurrencyPrice": 4598.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight61"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4598.26,
"EquivCurrencyPrice": 4598.26
},
"BaseAmount": {
"BookingCurrencyPrice": 4045,
"EquivCurrencyPrice": 4045
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_18",
"SegmentRefs": "Segment76 Segment77",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_24 FG_24",
"Code": "OFFEO OFFEO"
},
"RBD": "B O",
"CabinType": "Y S",
"SeatLeft": "9 6"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment76 Segment77",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465416683009",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465417112663",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BasePrice": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BaseAmount": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_25 FG_25",
"Code": "WFFWCA WFFWCA"
},
"RBD": "W W",
"CabinType": "S S",
"SeatLeft": "9 5"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465417112663",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465419101264",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BasePrice": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BaseAmount": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_8",
"SegmentRefs": "Segment3 Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_26 FG_26",
"Code": "PFFWCA PFFWCA"
},
"RBD": "W P",
"CabinType": "S S",
"SeatLeft": "9 2"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465419101264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465422300151",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BasePrice": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BaseAmount": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment10 Segment11",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_25 FG_25",
"Code": "WFFWCA WFFWCA"
},
"RBD": "W W",
"CabinType": "S S",
"SeatLeft": "9 4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment11",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465422300151",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465424968907",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BasePrice": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxPrice": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4608.26,
"EquivCurrencyPrice": 4608.26
},
"BaseAmount": {
"BookingCurrencyPrice": 4055,
"EquivCurrencyPrice": 4055
},
"TaxAmount": {
"BookingCurrencyPrice": 553.26,
"EquivCurrencyPrice": 553.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 450,
"EquivCurrencyPrice": 450
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment10 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_25 FG_25",
"Code": "WFFWCA WFFWCA"
},
"RBD": "W W",
"CabinType": "S S",
"SeatLeft": "9 5"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment10 Segment2",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag2"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465424968907",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465425134549",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BasePrice": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BaseAmount": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment12 Segment13",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_27 FG_27",
"Code": "YFFW YFFW"
},
"RBD": "Y Y",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment12 Segment13",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465425134549",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465426200264",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BasePrice": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BaseAmount": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment14 Segment15",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_27 FG_27",
"Code": "YFFW YFFW"
},
"RBD": "Y Y",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment14 Segment15",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465426200264",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465427664698",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BasePrice": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BaseAmount": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment14 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_27 FG_27",
"Code": "YFFW YFFW"
},
"RBD": "Y Y",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment14 Segment16",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465427664698",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465428326749",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-04-04 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BasePrice": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxPrice": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4786.86,
"EquivCurrencyPrice": 4786.86
},
"BaseAmount": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxAmount": {
"BookingCurrencyPrice": 378.86,
"EquivCurrencyPrice": 378.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_9",
"SegmentRefs": "Segment14 Segment17",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_27 FG_27",
"Code": "YFFW YFFW"
},
"RBD": "Y Y",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment14 Segment17",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465428326749",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929465430345914",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "Y",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:26",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 4811.86,
"EquivCurrencyPrice": 4811.86
},
"BasePrice": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxPrice": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 4811.86,
"EquivCurrencyPrice": 4811.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 4811.86,
"EquivCurrencyPrice": 4811.86
},
"BaseAmount": {
"BookingCurrencyPrice": 4408,
"EquivCurrencyPrice": 4408
},
"TaxAmount": {
"BookingCurrencyPrice": 403.86,
"EquivCurrencyPrice": 403.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_19",
"SegmentRefs": "Segment21 Segment22",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_27 FG_27",
"Code": "YFFW YFFW"
},
"RBD": "Y Y",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment21 Segment22",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929465430345914",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
}
]
}
]
},
"DataLists": {
"PassengerList": {
"Passengers": [
{
"PassengerID": "T1",
"PTC": "ADT"
}
]
},
"DisclosureList": {
"Disclosures": []
},
"FareList": {
"FareGroup": [
{
"FareGroupRef": "FG_1",
"FareCode": "70J",
"FareBasisCode": "XLW79RMZ"
},
{
"FareGroupRef": "FG_2",
"FareCode": "70J",
"FareBasisCode": "TLW79RMZ"
},
{
"FareGroupRef": "FG_3",
"FareCode": "70J",
"FareBasisCode": "NLW79RMZ"
},
{
"FareGroupRef": "FG_4",
"FareCode": "70J",
"FareBasisCode": "ULW79RMZ"
},
{
"FareGroupRef": "FG_5",
"FareCode": "70J",
"FareBasisCode": "VJ1QCAFL"
},
{
"FareGroupRef": "FG_6",
"FareCode": "70J",
"FareBasisCode": "ELW79RMZ"
},
{
"FareGroupRef": "FG_7",
"FareCode": "70J",
"FareBasisCode": "MKUSFLEX"
},
{
"FareGroupRef": "FG_8",
"FareCode": "70J",
"FareBasisCode": "TLW79RIZ"
},
{
"FareGroupRef": "FG_9",
"FareCode": "70J",
"FareBasisCode": "XLW79RIZ"
},
{
"FareGroupRef": "FG_10",
"FareCode": "70J",
"FareBasisCode": "QLW09RMZ"
},
{
"FareGroupRef": "FG_11",
"FareCode": "70J",
"FareBasisCode": "HLW09RMZ"
},
{
"FareGroupRef": "FG_12",
"FareCode": "70J",
"FareBasisCode": "LLW09RMZ"
},
{
"FareGroupRef": "FG_13",
"FareCode": "70J",
"FareBasisCode": "KLW39RPZ"
},
{
"FareGroupRef": "FG_14",
"FareCode": "70J",
"FareBasisCode": "GLW39RPZ"
},
{
"FareGroupRef": "FG_15",
"FareCode": "70J",
"FareBasisCode": "ALW39RPZ"
},
{
"FareGroupRef": "FG_16",
"FareCode": "70J",
"FareBasisCode": "HLW09RPZ"
},
{
"FareGroupRef": "FG_17",
"FareCode": "70J",
"FareBasisCode": "BFFEO"
},
{
"FareGroupRef": "FG_18",
"FareCode": "70J",
"FareBasisCode": "OFF1EO"
},
{
"FareGroupRef": "FG_19",
"FareCode": "70J",
"FareBasisCode": "GFF1EO"
},
{
"FareGroupRef": "FG_20",
"FareCode": "70J",
"FareBasisCode": "SFFWCA"
},
{
"FareGroupRef": "FG_21",
"FareCode": "70J",
"FareBasisCode": "ECAEUEOW"
},
{
"FareGroupRef": "FG_22",
"FareCode": "70J",
"FareBasisCode": "YCAEUXOW"
},
{
"FareGroupRef": "FG_23",
"FareCode": "70J",
"FareBasisCode": "YFFEO"
},
{
"FareGroupRef": "FG_24",
"FareCode": "70J",
"FareBasisCode": "OFFEO"
},
{
"FareGroupRef": "FG_25",
"FareCode": "70J",
"FareBasisCode": "WFFWCA"
},
{
"FareGroupRef": "FG_26",
"FareCode": "70J",
"FareBasisCode": "PFFWCA"
},
{
"FareGroupRef": "FG_27",
"FareCode": "70J",
"FareBasisCode": "YFFW"
}
]
},
"FlightSegmentList": {
"FlightSegment": [
{
"SegmentKey": "Segment1",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "19:50:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1702"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1702"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment2",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "21:25:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4018"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4018"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment3",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "16:45:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4900"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4900"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment4",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "20:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "1"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "1"
},
"Equipment": {
"AircraftCode": "764",
"Name": "Boeing 767-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN",
"Amenities": [
"15",
"18",
"20"
]
},
{
"SegmentKey": "Segment5",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "20:30:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5990"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5990"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment6",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "11:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "13:40:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5495"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "5495"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment7",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "18:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5994"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5994"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment8",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "19:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5992"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5992"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment9",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "10:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "12:21:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4980"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4980"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 46 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment10",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "06:15:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "07:53:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4967"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4967"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 38 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment11",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "18:40:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4038"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4038"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment12",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "06:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6871"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6871"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment13",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6992"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6992"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment14",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6872"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6872"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment15",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6996"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "KLM CITYHOPPER",
"FlightNumber": "6996"
},
"Equipment": {
"AircraftCode": "295",
"Name": "295"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment16",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "15:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6998"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6998"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment17",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "17:35:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "17:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "7002"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "7002"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment18",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "07:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "351"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "351"
},
"Equipment": {
"AircraftCode": "359",
"Name": "359"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment19",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1580"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1580"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment20",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1780"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1780"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment21",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "06:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "692"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "692"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment22",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1001"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1001"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment23",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "696"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "696"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment24",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1017"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1017"
},
"Equipment": {
"AircraftCode": "73W",
"Name": "Boeing 737-700 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment25",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "15:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1021"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1021"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment26",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "17:40:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "17:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1031"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1031"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment27",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "10:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "12:21:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6317"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION FOR DELTA AIR LINES",
"FlightNumber": "6317"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 46 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment28",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "18:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "4826"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4826"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment29",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "19:58:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4894"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4894"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 48 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment30",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "23:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5988"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5988"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment31",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "16:40:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "18:30:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5380"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "5380"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment32",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "KEF",
"Date": "2023-04-15",
"Time": "06:20:00",
"AirportName": "Keflavik International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "602"
},
"OperatingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "602"
},
"Equipment": {
"AircraftCode": "7M9",
"Name": "7M9"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "5 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"1",
"4"
]
},
{
"SegmentKey": "Segment33",
"Departure": {
"AirportCode": "KEF",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "Keflavik International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "450"
},
"OperatingCarrier": {
"AirlineID": "FI",
"Name": "Icelandair",
"FlightNumber": "450"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "3 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "FLEX",
"Amenities": [
"1",
"4"
]
},
{
"SegmentKey": "Segment34",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "12:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "13:11:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1704"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1704"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 11 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment35",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6994"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6994"
},
"Equipment": {
"AircraftCode": "73J",
"Name": "73J"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment36",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "05:30:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "126"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "126"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 40 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"1",
"18",
"20"
]
},
{
"SegmentKey": "Segment37",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "06:30:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "152"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "152"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment38",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "07:30:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "154"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "154"
},
"Equipment": {
"AircraftCode": "32Q",
"Name": "Airbus A321 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment39",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "5"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "8331"
},
"OperatingCarrier": {
"AirlineID": "BA",
"Name": "British Airways",
"FlightNumber": "8331"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment40",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "08:45:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "156"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "156"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment41",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "09:25:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "5"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "8333"
},
"OperatingCarrier": {
"AirlineID": "BA",
"Name": "British Airways",
"FlightNumber": "8333"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment42",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "09:50:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "158"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "158"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment43",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "11:15:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "12:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "162"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "162"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment44",
"Departure": {
"AirportCode": "DUB",
"Date": "2023-04-15",
"Time": "12:00:00",
"AirportName": "Dublin Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:25:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "164"
},
"OperatingCarrier": {
"AirlineID": "EI",
"Name": "Aer Lingus",
"FlightNumber": "164"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment45",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5923"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5923"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "REFMAIN"
},
{
"SegmentKey": "Segment46",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1009"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1009"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "STDPLUS2"
},
{
"SegmentKey": "Segment47",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "16:38:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5076"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "5076"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 53 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment48",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "18:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment49",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "19:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "46"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "46"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment50",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "20:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4030"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4030"
},
"Equipment": {
"AircraftCode": "764",
"Name": "Boeing 767-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment51",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "20:30:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "10"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "10"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment52",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "154"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "154"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment53",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4000"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4000"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "CLASSICFLX"
},
{
"SegmentKey": "Segment54",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:30:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "19:23:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4724"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4724"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 53 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment55",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "23:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "138"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "138"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "PREMIUMFLX"
},
{
"SegmentKey": "Segment56",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "10:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "12:21:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4718"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4718"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 46 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment57",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "854"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "854"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment58",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "856"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "856"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment59",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "858"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "858"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment60",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:15:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "18:15:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "198"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "198"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment61",
"Departure": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "19:00:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "864"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "864"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment62",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "18:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "420"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "420"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12"
]
},
{
"SegmentKey": "Segment63",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "16:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "17:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "418"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "418"
},
"Equipment": {
"AircraftCode": "223",
"Name": "223"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18"
]
},
{
"SegmentKey": "Segment64",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "06:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YHZ",
"Date": "2023-04-14",
"Time": "09:30:00",
"AirportName": "Halifax / Stanfield International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "602"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "602"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18"
]
},
{
"SegmentKey": "Segment65",
"Departure": {
"AirportCode": "YHZ",
"Date": "2023-04-14",
"Time": "11:00:00",
"AirportName": "Halifax / Stanfield International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "868"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "868"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "LATITUDE",
"Amenities": [
"12"
]
},
{
"SegmentKey": "Segment66",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "15:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "16:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "416"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "416"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18"
]
},
{
"SegmentKey": "Segment67",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "15:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "414"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "414"
},
"Equipment": {
"AircraftCode": "223",
"Name": "223"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18"
]
},
{
"SegmentKey": "Segment68",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "12:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "13:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "410"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "410"
},
"Equipment": {
"AircraftCode": "223",
"Name": "223"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18"
]
},
{
"SegmentKey": "Segment69",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:30:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "16:30:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "191"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "191"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [
{
"AirportCode": "YOW",
"AirportName": "Ottawa Macdonald-Cartier International Airport",
"ArrivalDateTime": "2023-04-14T15:25:00",
"DepartureDateTime": "2023-04-14T16:00:00",
"FlightDuration": "0 H 55 M",
"LayOver": "0 H 35 M"
}
],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment70",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6589"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6589"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment71",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6585"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6585"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment72",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6559"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6559"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment73",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "18:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6581"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6581"
},
"Equipment": {
"AircraftCode": "7M8",
"Name": "7M8"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12"
]
},
{
"SegmentKey": "Segment74",
"Departure": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "19:00:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6839"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6839"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment75",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "15:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YUL",
"Date": "2023-04-14",
"Time": "16:17:00",
"AirportName": "Montreal / Pierre Elliott Trudeau International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6569"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6569"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 17 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18"
]
},
{
"SegmentKey": "Segment76",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "19:44:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "21:19:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "3579"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "REPUBLIC AIRWAYS DBA UNITED EXPRESS",
"FlightNumber": "3579"
},
"Equipment": {
"AircraftCode": "E70",
"Name": "Embraer 170"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment77",
"Departure": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "924"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "924"
},
"Equipment": {
"AircraftCode": "763",
"Name": "Boeing 767-300 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 40 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment78",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "19:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "EWR",
"Date": "2023-04-14",
"Time": "21:00:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "3653"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "REPUBLIC AIRWAYS DBA UNITED EXPRESS",
"FlightNumber": "3653"
},
"Equipment": {
"AircraftCode": "E70",
"Name": "Embraer 170"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment79",
"Departure": {
"AirportCode": "EWR",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "C"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "940"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "940"
},
"Equipment": {
"AircraftCode": "763",
"Name": "Boeing 767-300 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment80",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "16:16:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "6101"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "MESA AIRLINES DBA UNITED EXPRESS",
"FlightNumber": "6101"
},
"Equipment": {
"AircraftCode": "E7W",
"Name": "E7W"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 31 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment81",
"Departure": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "17:30:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "05:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "918"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "918"
},
"Equipment": {
"AircraftCode": "777",
"Name": "Boeing 777 all pax models"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment82",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "15:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "EWR",
"Date": "2023-04-14",
"Time": "17:34:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "3460"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "REPUBLIC AIRWAYS DBA UNITED EXPRESS",
"FlightNumber": "3460"
},
"Equipment": {
"AircraftCode": "E7W",
"Name": "E7W"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 49 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment83",
"Departure": {
"AirportCode": "EWR",
"Date": "2023-04-14",
"Time": "19:00:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "C"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "14"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "14"
},
"Equipment": {
"AircraftCode": "763",
"Name": "Boeing 767-300 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment84",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "19:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "BOS",
"Date": "2023-04-14",
"Time": "20:36:00",
"AirportName": "General Edward Lawrence Logan International Airport",
"Terminal": {
"Name": "B"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "8112"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "AIR CANADA EXPRESS - JAZZ",
"FlightNumber": "8112"
},
"Equipment": {
"AircraftCode": "E75",
"Name": "E75"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 36 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment85",
"Departure": {
"AirportCode": "BOS",
"Date": "2023-04-14",
"Time": "23:00:00",
"AirportName": "General Edward Lawrence Logan International Airport",
"Terminal": {
"Name": "B"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "24"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "24"
},
"Equipment": {
"AircraftCode": "763",
"Name": "Boeing 767-300 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "6 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment86",
"Departure": {
"AirportCode": "EWR",
"Date": "2023-04-14",
"Time": "23:00:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "C"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:05:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "146"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "146"
},
"Equipment": {
"AircraftCode": "763",
"Name": "Boeing 767-300 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment87",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "ZRH",
"Date": "2023-04-15",
"Time": "10:25:00",
"AirportName": "Zürich Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "4641"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "4641"
},
"Equipment": {
"AircraftCode": "788",
"Name": "788"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment88",
"Departure": {
"AirportCode": "ZRH",
"Date": "2023-04-15",
"Time": "12:05:00",
"AirportName": "Zürich Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "332"
},
"OperatingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "332"
},
"Equipment": {
"AircraftCode": "223",
"Name": "223"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 55 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment89",
"Departure": {
"AirportCode": "ZRH",
"Date": "2023-04-15",
"Time": "15:30:00",
"AirportName": "Zürich Airport",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "324"
},
"OperatingCarrier": {
"AirlineID": "LX",
"Name": "Swiss International Air Lines",
"FlightNumber": "324"
},
"Equipment": {
"AircraftCode": "223",
"Name": "223"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment90",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:15:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "VIE",
"Date": "2023-04-15",
"Time": "08:30:00",
"AirportName": "Vienna International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "8248"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "8248"
},
"Equipment": {
"AircraftCode": "788",
"Name": "788"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment91",
"Departure": {
"AirportCode": "VIE",
"Date": "2023-04-15",
"Time": "12:50:00",
"AirportName": "Vienna International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "14:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "461"
},
"OperatingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "461"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment92",
"Departure": {
"AirportCode": "VIE",
"Date": "2023-04-15",
"Time": "17:15:00",
"AirportName": "Vienna International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "18:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "455"
},
"OperatingCarrier": {
"AirlineID": "OS",
"Name": "Austrian Airlines",
"FlightNumber": "455"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment93",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:20:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "FRA",
"Date": "2023-04-15",
"Time": "07:55:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "471"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "471"
},
"Equipment": {
"AircraftCode": "744",
"Name": "Boeing 747-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment94",
"Departure": {
"AirportCode": "FRA",
"Date": "2023-04-15",
"Time": "09:00:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "09:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "5002"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "5002"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "ECOFLEX"
},
{
"SegmentKey": "Segment95",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "16:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "FRA",
"Date": "2023-04-15",
"Time": "06:30:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6789"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6789"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment96",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "CPH",
"Date": "2023-04-15",
"Time": "07:00:00",
"AirportName": "Copenhagen Kastrup Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "950"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "950"
},
"Equipment": {
"AircraftCode": "32Q",
"Name": "Airbus A321 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment97",
"Departure": {
"AirportCode": "CPH",
"Date": "2023-04-15",
"Time": "12:35:00",
"AirportName": "Copenhagen Kastrup Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "503"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS CONNECT",
"FlightNumber": "503"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "SASGOPRO"
},
{
"SegmentKey": "Segment98",
"Departure": {
"AirportCode": "CPH",
"Date": "2023-04-15",
"Time": "15:00:00",
"AirportName": "Copenhagen Kastrup Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "SK",
"Name": "SAS Scandinavian Airlines",
"FlightNumber": "505"
},
"OperatingCarrier": {
"AirlineID": "SK",
"Name": "SAS CONNECT",
"FlightNumber": "505"
},
"Equipment": {
"AircraftCode": "32N",
"Name": "Airbus A320 Neo"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "SASGOPRO"
},
{
"SegmentKey": "Segment99",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "IAD",
"Date": "2023-04-14",
"Time": "15:57:00",
"AirportName": "Washington Dulles International Airport",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "UA",
"Name": "United Airlines",
"FlightNumber": "8670"
},
"OperatingCarrier": {
"AirlineID": "UA",
"Name": "AIR CANADA EXPRESS - JAZZ",
"FlightNumber": "8670"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 22 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
}
]
},
"FlightList": {
"Flight": [
{
"FlightKey": "Flight1",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment1 Segment2"
},
{
"FlightKey": "Flight2",
"Journey": {
"Time": "12 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment3 Segment4"
},
{
"FlightKey": "Flight3",
"Journey": {
"Time": "12 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment3 Segment5"
},
{
"FlightKey": "Flight4",
"Journey": {
"Time": "13 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment6 Segment7"
},
{
"FlightKey": "Flight5",
"Journey": {
"Time": "14 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment6 Segment8"
},
{
"FlightKey": "Flight6",
"Journey": {
"Time": "14 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment9 Segment7"
},
{
"FlightKey": "Flight7",
"Journey": {
"Time": "20 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment10 Segment11"
},
{
"FlightKey": "Flight8",
"Journey": {
"Time": "22 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment10 Segment2"
},
{
"FlightKey": "Flight9",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment12 Segment13"
},
{
"FlightKey": "Flight10",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment14 Segment15"
},
{
"FlightKey": "Flight11",
"Journey": {
"Time": "12 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment14 Segment16"
},
{
"FlightKey": "Flight12",
"Journey": {
"Time": "14 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment14 Segment17"
},
{
"FlightKey": "Flight13",
"Journey": {
"Time": "11 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment18 Segment19"
},
{
"FlightKey": "Flight14",
"Journey": {
"Time": "14 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment18 Segment20"
},
{
"FlightKey": "Flight15",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment21 Segment22"
},
{
"FlightKey": "Flight16",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment23 Segment24"
},
{
"FlightKey": "Flight17",
"Journey": {
"Time": "12 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment23 Segment25"
},
{
"FlightKey": "Flight18",
"Journey": {
"Time": "14 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment23 Segment26"
},
{
"FlightKey": "Flight19",
"Journey": {
"Time": "14 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment27 Segment28"
},
{
"FlightKey": "Flight20",
"Journey": {
"Time": "12 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment29 Segment30"
},
{
"FlightKey": "Flight21",
"Journey": {
"Time": "13 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment31 Segment30"
},
{
"FlightKey": "Flight22",
"Journey": {
"Time": "9 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment32 Segment33"
},
{
"FlightKey": "Flight23",
"Journey": {
"Time": "14 H 15 M",
"Stops": 1
},
"SegmentReferences": "Segment34 Segment11"
},
{
"FlightKey": "Flight24",
"Journey": {
"Time": "12 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment12 Segment35"
},
{
"FlightKey": "Flight25",
"Journey": {
"Time": "9 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment37"
},
{
"FlightKey": "Flight26",
"Journey": {
"Time": "10 H 15 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment38"
},
{
"FlightKey": "Flight27",
"Journey": {
"Time": "10 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment39"
},
{
"FlightKey": "Flight28",
"Journey": {
"Time": "11 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment40"
},
{
"FlightKey": "Flight29",
"Journey": {
"Time": "12 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment41"
},
{
"FlightKey": "Flight30",
"Journey": {
"Time": "12 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment42"
},
{
"FlightKey": "Flight31",
"Journey": {
"Time": "13 H 50 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment43"
},
{
"FlightKey": "Flight32",
"Journey": {
"Time": "14 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment36 Segment44"
},
{
"FlightKey": "Flight33",
"Journey": {
"Time": "13 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment3 Segment45"
},
{
"FlightKey": "Flight34",
"Journey": {
"Time": "12 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment21 Segment46"
},
{
"FlightKey": "Flight35",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment48"
},
{
"FlightKey": "Flight36",
"Journey": {
"Time": "11 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment49"
},
{
"FlightKey": "Flight37",
"Journey": {
"Time": "12 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment50"
},
{
"FlightKey": "Flight38",
"Journey": {
"Time": "13 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment51"
},
{
"FlightKey": "Flight39",
"Journey": {
"Time": "13 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment52"
},
{
"FlightKey": "Flight40",
"Journey": {
"Time": "14 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment47 Segment53"
},
{
"FlightKey": "Flight41",
"Journey": {
"Time": "10 H 50 M",
"Stops": 1
},
"SegmentReferences": "Segment54 Segment52"
},
{
"FlightKey": "Flight42",
"Journey": {
"Time": "12 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment54 Segment55"
},
{
"FlightKey": "Flight43",
"Journey": {
"Time": "14 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment56 Segment48"
},
{
"FlightKey": "Flight44",
"Journey": {
"Time": "10 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment54 Segment51"
},
{
"FlightKey": "Flight45",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment57"
},
{
"FlightKey": "Flight46",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment58"
},
{
"FlightKey": "Flight47",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment59"
},
{
"FlightKey": "Flight48",
"Journey": {
"Time": "8 H 15 M",
"Stops": 1
},
"SegmentReferences": "Segment60 Segment61"
},
{
"FlightKey": "Flight49",
"Journey": {
"Time": "8 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment62 Segment61"
},
{
"FlightKey": "Flight50",
"Journey": {
"Time": "9 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment63 Segment61"
},
{
"FlightKey": "Flight51",
"Journey": {
"Time": "9 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment64 Segment65"
},
{
"FlightKey": "Flight52",
"Journey": {
"Time": "10 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment66 Segment61"
},
{
"FlightKey": "Flight53",
"Journey": {
"Time": "11 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment67 Segment61"
},
{
"FlightKey": "Flight54",
"Journey": {
"Time": "13 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment68 Segment61"
},
{
"FlightKey": "Flight55",
"Journey": {
"Time": "11 H 0 M",
"Stops": 2
},
"SegmentReferences": "Segment69 Segment61"
},
{
"FlightKey": "Flight56",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment70"
},
{
"FlightKey": "Flight57",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment71"
},
{
"FlightKey": "Flight58",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment72"
},
{
"FlightKey": "Flight59",
"Journey": {
"Time": "8 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment73 Segment74"
},
{
"FlightKey": "Flight60",
"Journey": {
"Time": "10 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment75 Segment74"
},
{
"FlightKey": "Flight61",
"Journey": {
"Time": "9 H 56 M",
"Stops": 1
},
"SegmentReferences": "Segment76 Segment77"
},
{
"FlightKey": "Flight62",
"Journey": {
"Time": "10 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment78 Segment79"
},
{
"FlightKey": "Flight63",
"Journey": {
"Time": "10 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment80 Segment81"
},
{
"FlightKey": "Flight64",
"Journey": {
"Time": "10 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment82 Segment83"
},
{
"FlightKey": "Flight65",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment84 Segment85"
},
{
"FlightKey": "Flight66",
"Journey": {
"Time": "10 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment78 Segment86"
},
{
"FlightKey": "Flight67",
"Journey": {
"Time": "11 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment87 Segment88"
},
{
"FlightKey": "Flight68",
"Journey": {
"Time": "14 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment87 Segment89"
},
{
"FlightKey": "Flight69",
"Journey": {
"Time": "15 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment90 Segment91"
},
{
"FlightKey": "Flight70",
"Journey": {
"Time": "19 H 25 M",
"Stops": 1
},
"SegmentReferences": "Segment90 Segment92"
},
{
"FlightKey": "Flight71",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment93 Segment94"
},
{
"FlightKey": "Flight72",
"Journey": {
"Time": "11 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment95 Segment94"
},
{
"FlightKey": "Flight73",
"Journey": {
"Time": "15 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment96 Segment97"
},
{
"FlightKey": "Flight74",
"Journey": {
"Time": "18 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment96 Segment98"
},
{
"FlightKey": "Flight75",
"Journey": {
"Time": "10 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment99 Segment81"
}
]
},
"OriginDestinationList": {
"OriginDestination": [
{
"OriginDestinationKey": "OD1",
"DepartureCode": "YYZ",
"ArrivalCode": "LHR",
"FlightReferences": "Flight1 Flight2 Flight3 Flight4 Flight5 Flight6 Flight7 Flight8 Flight9 Flight10 Flight11 Flight12 Flight13 Flight14 Flight15 Flight16 Flight17 Flight18 Flight19 Flight20 Flight21 Flight22 Flight23 Flight24 Flight25 Flight26 Flight27 Flight28 Flight29 Flight30 Flight31 Flight32 Flight33 Flight34 Flight35 Flight36 Flight37 Flight38 Flight39 Flight40 Flight41 Flight42 Flight43 Flight44 Flight45 Flight46 Flight47 Flight48 Flight49 Flight50 Flight51 Flight52 Flight53 Flight54 Flight55 Flight56 Flight57 Flight58 Flight59 Flight60 Flight61 Flight62 Flight63 Flight64 Flight65 Flight66 Flight67 Flight68 Flight69 Flight70 Flight71 Flight72 Flight73 Flight74 Flight75"
}
]
},
"PriceClassList": {
"PriceClass": [
{
"PriceClassID": "PCR_1",
"Name": "Economy classic flex",
"Code": "Economy classic flex",
"Descriptions": {
"Description": [
{
"Code": "0B5",
"Type": "F",
"Text": "SEAT SELECTION AT ANYTIME"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEALS AND DRINKS"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDS"
},
{
"Code": "057",
"Type": "F",
"Text": "EARN MILES"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADES"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGES"
},
{
"Code": "0CL",
"Type": "C",
"Text": "WIFI"
}
]
}
},
{
"PriceClassID": "PCR_2",
"Name": "Refundable main cabin",
"Code": "Refundable main cabin",
"Descriptions": {
"Description": [
{
"Code": "BG2",
"Type": "C",
"Text": "SECOND BAG 23K50LB 62LI 158LCM"
},
{
"Code": "0B5",
"Type": "F",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AV",
"Type": "C",
"Text": "ALCOHOLIC DRINK"
},
{
"Code": "03P",
"Type": "N",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "0G6",
"Type": "N",
"Text": "PRIORITY BOARDING"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_3",
"Name": "Economy standard plus 2",
"Code": "Economy standard plus 2",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_4",
"Name": "",
"Code": "",
"Descriptions": {
"Description": []
}
},
{
"PriceClassID": "PCR_5",
"Name": "Economy standard plus2",
"Code": "Economy standard plus2",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_6",
"Name": "Refundable delta comfort plus",
"Code": "Refundable delta comfort plus",
"Descriptions": {
"Description": [
{
"Code": "BG2",
"Type": "C",
"Text": "SECOND BAG 23K50LB 62LI 158LCM"
},
{
"Code": "0B5",
"Type": "F",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AV",
"Type": "F",
"Text": "ALCOHOLIC DRINK"
},
{
"Code": "03P",
"Type": "N",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "0G6",
"Type": "F",
"Text": "PRIORITY BOARDING"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_7",
"Name": "Economy delight flex",
"Code": "Economy delight flex",
"Descriptions": {
"Description": [
{
"Code": "0B5",
"Type": "F",
"Text": "SEAT SELECTION AT ANYTIME"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEALS AND DRINKS"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "0G6",
"Type": "F",
"Text": "PRIORITY BOARDING"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDS"
},
{
"Code": "057",
"Type": "F",
"Text": "EARN MILES"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADES"
}
]
}
},
{
"PriceClassID": "PCR_8",
"Name": "Refundable dl premium select",
"Code": "Refundable dl premium select",
"Descriptions": {
"Description": [
{
"Code": "0B5",
"Type": "F",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AV",
"Type": "F",
"Text": "ALCOHOLIC DRINK"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "0G6",
"Type": "F",
"Text": "PRIORITY BOARDING"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
}
]
}
},
{
"PriceClassID": "PCR_9",
"Name": "Premium flex",
"Code": "Premium flex",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_10",
"Name": "Latitude",
"Code": "Latitude",
"Descriptions": {
"Description": [
{
"Code": "0B3",
"Type": "N",
"Text": "MEAL"
},
{
"Code": "CML",
"Type": "F",
"Text": "COMPLIMENTARY MEAL"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "050",
"Type": "F",
"Text": "BASIC SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
},
{
"Code": "05Z",
"Type": "F",
"Text": "PREMIUM SEAT"
}
]
}
},
{
"PriceClassID": "PCR_11",
"Name": "Eco flex",
"Code": "Eco flex",
"Descriptions": {
"Description": [
{
"Code": "018",
"Type": "C",
"Text": "CATERING ON EUROPE FLTS"
},
{
"Code": "019",
"Type": "F",
"Text": "CATERING ON INTERCONT FLTS"
},
{
"Code": "050",
"Type": "C",
"Text": "STANDARD SEAT RESERVATION"
},
{
"Code": "057",
"Type": "F",
"Text": "MILEAGE ACCRUAL"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "05Z",
"Type": "C",
"Text": "PREFERRED SEAT RESERVATION"
},
{
"Code": "06I",
"Type": "F",
"Text": "CHANGE BEFORE DEPARTURE"
}
]
}
},
{
"PriceClassID": "PCR_12",
"Name": "Economy flexible",
"Code": "Economy flexible",
"Descriptions": {
"Description": [
{
"Code": "0CD",
"Type": "C",
"Text": "SECOND BAG"
},
{
"Code": "0B5",
"Type": "F",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "0G6",
"Type": "C",
"Text": "PRIORITY BOARDING"
},
{
"Code": "056",
"Type": "C",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "057",
"Type": "F",
"Text": "MILEAGE ACCRUAL"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_13",
"Name": "Premium economy flexible",
"Code": "Premium economy flexible",
"Descriptions": {
"Description": [
{
"Code": "0B3",
"Type": "N",
"Text": "MEAL"
},
{
"Code": "CML",
"Type": "F",
"Text": "COMPLIMENTARY MEAL"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "050",
"Type": "F",
"Text": "BASIC SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
},
{
"Code": "05Z",
"Type": "F",
"Text": "PREMIUM SEAT"
}
]
}
},
{
"PriceClassID": "PCR_14",
"Name": "Prem eco flex",
"Code": "Prem eco flex",
"Descriptions": {
"Description": [
{
"Code": "018",
"Type": "C",
"Text": "CATERING ON EUROPE FLTS"
},
{
"Code": "019",
"Type": "F",
"Text": "CATERING ON INTERCONT FLTS"
},
{
"Code": "050",
"Type": "C",
"Text": "STANDARD SEAT RESERVATION"
},
{
"Code": "057",
"Type": "F",
"Text": "MILEAGE ACCRUAL"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "06I",
"Type": "F",
"Text": "CHANGE BEFORE DEPARTURE"
},
{
"Code": "06J",
"Type": "F",
"Text": "CHANGE AFTER DEPARTURE"
}
]
}
},
{
"PriceClassID": "PCR_15",
"Name": "Premium",
"Code": "Premium",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
},
{
"Code": "05Z",
"Type": "N",
"Text": "PRIVACY SEAT"
}
]
}
},
{
"PriceClassID": "PCR_16",
"Name": "Sas go pro",
"Code": "Sas go pro",
"Descriptions": {
"Description": [
{
"Code": "PRS",
"Type": "N",
"Text": "SLEEPER SEAT"
},
{
"Code": "PSA",
"Type": "C",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "02J",
"Type": "F",
"Text": "FOOD AND BEVERAGE"
},
{
"Code": "09A",
"Type": "C",
"Text": "WIFI"
},
{
"Code": "0LW",
"Type": "N",
"Text": "PRIORITY SECURITY"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
},
{
"PriceClassID": "PCR_17",
"Name": "Sas plus pro",
"Code": "Sas plus pro",
"Descriptions": {
"Description": [
{
"Code": "PRS",
"Type": "N",
"Text": "SLEEPER SEAT"
},
{
"Code": "PSA",
"Type": "F",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "02J",
"Type": "F",
"Text": "FOOD AND BEVERAGE"
},
{
"Code": "03P",
"Type": "F",
"Text": "PRIORITY CHECK IN"
},
{
"Code": "09A",
"Type": "F",
"Text": "WIFI"
},
{
"Code": "0G6",
"Type": "F",
"Text": "PRIORITY BOARDING"
},
{
"Code": "0LF",
"Type": "F",
"Text": "PRIORITY BAGGAGE"
}
]
}
},
{
"PriceClassID": "PCR_18",
"Name": "Premium economy",
"Code": "Premium economy",
"Descriptions": {
"Description": [
{
"Code": "0B5",
"Type": "F",
"Text": "PRE RESERVED SEAT ASSIGNMENT"
},
{
"Code": "0G6",
"Type": "F",
"Text": "PRIORITY BOARDING"
},
{
"Code": "057",
"Type": "F",
"Text": "MILEAGE ACCRUAL"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
},
{
"Code": "05Z",
"Type": "F",
"Text": "PREMIUM SEAT"
},
{
"Code": "PQC",
"Type": "F",
"Text": "PREMIUM QUALIFYING CREDIT"
}
]
}
},
{
"PriceClassID": "PCR_19",
"Name": "Economy full flex",
"Code": "Economy full flex",
"Descriptions": {
"Description": [
{
"Code": "0AT",
"Type": "F",
"Text": "SNACK"
},
{
"Code": "0AX",
"Type": "F",
"Text": "BEVERAGE"
},
{
"Code": "0B3",
"Type": "F",
"Text": "MEAL"
},
{
"Code": "050",
"Type": "F",
"Text": "CHOICE OF STANDARD SEAT"
},
{
"Code": "056",
"Type": "F",
"Text": "REFUNDABLE TICKET"
},
{
"Code": "058",
"Type": "C",
"Text": "UPGRADE ELIGIBILITY"
},
{
"Code": "059",
"Type": "F",
"Text": "CHANGEABLE TICKET"
}
]
}
}
]
},
"BaggageAllowanceList": {
"BaggageAllowance": [
{
"BaggageAllowanceID": "Bag1",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "1",
"Unit": "Pieces"
}
},
{
"BaggageAllowanceID": "Bag2",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "2",
"Unit": "Pieces"
}
}
]
},
"FopList": [
{
"CC": {
"Allowed": "N",
"Types": {}
},
"DC": {
"Allowed": "N",
"Types": {}
},
"CHEQUE": {
"Allowed": "Y",
"Types": {}
},
"CASH": {
"Allowed": "N",
"Types": {}
},
"ACH": {
"Allowed": "Y",
"Types": {}
},
"PG": {
"Allowed": "N",
"Types": {}
},
"FopKey": "FOP_0_0_0_0_ALL_ALL"
}
]
},
"MetaData": {},
}
}
Request Body (MULTI Trip)
{
"AirShoppingRQ": {
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "kathir",
"IATA_Number": "",
"AgencyID": "",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"CoreQuery": {
"OriginDestinations": {
"OriginDestination": [
{
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"ArrivalTime": {
"From": "",
"To": ""
},
"NoOfMiles": ""
},
"Arrival": {
"AirportCode": "LHR",
"NoOfMiles": ""
}
},
{
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"ArrivalTime": {
"From": "",
"To": ""
},
"NoOfMiles": ""
},
"Arrival": {
"AirportCode": "CDG",
"NoOfMiles": ""
}
},
{
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"ArrivalTime": {
"From": "",
"To": ""
},
"NoOfMiles": ""
},
"Arrival": {
"AirportCode": "YYZ",
"NoOfMiles": ""
}
}
]
}
},
"DataLists": {
"PassengerList": {
"Passenger": [
{
"PassengerID": "T1",
"PTC": "ADT"
}
]
}
},
"Preference": {
"TripType": "MULTI",
"FareType": [
"70J",
"749"
],
"RbdPreference": {
"RequireAllRbd": "N",
"PreferedRbds": [],
"ExcludeRbds": []
},
"AlliancePreference": {
"PreferedAlliance": [],
"ExcludeAlliance": []
},
"Cabin": "Y",
"AdditionalCabinType": [],
"AlternateDays": 0,
"DirectFlight": "N",
"Refundable": "",
"NearByAirports": "N",
"FreeBaggage": "N",
"NoOfStops": "",
"ConnectionTime": {
"Min": "",
"Max": ""
},
"Penalties": {
"ZeroChangeFee": "N",
"NoCancellationFee": "Y",
"Refundable": "N",
"RebookingPossible": "N"
},
"CountryPreference": {
"ExcludeCountry": []
},
"DoubleOneWay": "Y",
"Currency": "CAD"
},
"MetaData": {
"TraceId": "162495267992"
}
}
}
Response Sample (MULTI Trip)
{
"AirShoppingRS": {
"Document": {
"Name": "API GATEWAY",
"ReferenceVersion": "1.2"
},
"Party": {
"Sender": {
"TravelAgencySender": {
"Name": "clarity agency",
"IATA_Number": "",
"AgencyID": "clarity agency",
"Contacts": {
"Contact": [
{
"EmailContact": "pst@claritytts.com"
}
]
}
}
}
},
"ShoppingResponseId": "1679929426896927278",
"Success": {},
"OffersGroup": {
"AirlineOffers": [
{
"AirlineOfferSnapshot": {
"PassengerQuantity": 1,
"MatchedOfferQuantity": 94,
"Lowest": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"Highest": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
}
},
"Offer": [
{
"OfferID": "3491199111679929442941393243",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1691.96,
"EquivCurrencyPrice": 1691.96
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442941393243",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442946436298",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1692.96,
"EquivCurrencyPrice": 1692.96
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442946436298",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442949325199",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442949325199",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442951371886",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1696.06,
"EquivCurrencyPrice": 1696.06
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442951371886",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442960759745",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1698.56,
"EquivCurrencyPrice": 1698.56
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 929.56,
"EquivCurrencyPrice": 929.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1698.56,
"EquivCurrencyPrice": 1698.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1698.56,
"EquivCurrencyPrice": 1698.56
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 929.56,
"EquivCurrencyPrice": 929.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442960759745",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442963350829",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1699.56,
"EquivCurrencyPrice": 1699.56
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 929.56,
"EquivCurrencyPrice": 929.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1699.56,
"EquivCurrencyPrice": 1699.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1699.56,
"EquivCurrencyPrice": 1699.56
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 929.56,
"EquivCurrencyPrice": 929.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442963350829",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442966457059",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1704.46,
"EquivCurrencyPrice": 1704.46
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442966457059",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442968559340",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1708.86,
"EquivCurrencyPrice": 1708.86
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1708.86,
"EquivCurrencyPrice": 1708.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1708.86,
"EquivCurrencyPrice": 1708.86
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442968559340",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442970532551",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1708.86,
"EquivCurrencyPrice": 1708.86
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1708.86,
"EquivCurrencyPrice": 1708.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1708.86,
"EquivCurrencyPrice": 1708.86
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442970532551",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442973338089",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1713.06,
"EquivCurrencyPrice": 1713.06
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 936.06,
"EquivCurrencyPrice": 936.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1713.06,
"EquivCurrencyPrice": 1713.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1713.06,
"EquivCurrencyPrice": 1713.06
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 936.06,
"EquivCurrencyPrice": 936.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442973338089",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442975680283",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1717.26,
"EquivCurrencyPrice": 1717.26
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 947.26,
"EquivCurrencyPrice": 947.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.26,
"EquivCurrencyPrice": 1717.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1717.26,
"EquivCurrencyPrice": 1717.26
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 947.26,
"EquivCurrencyPrice": 947.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442975680283",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442978381127",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1723.56,
"EquivCurrencyPrice": 1723.56
},
"BasePrice": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxPrice": {
"BookingCurrencyPrice": 954.56,
"EquivCurrencyPrice": 954.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1723.56,
"EquivCurrencyPrice": 1723.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1723.56,
"EquivCurrencyPrice": 1723.56
},
"BaseAmount": {
"BookingCurrencyPrice": 769,
"EquivCurrencyPrice": 769
},
"TaxAmount": {
"BookingCurrencyPrice": 954.56,
"EquivCurrencyPrice": 954.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442978381127",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442981710887",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1724.56,
"EquivCurrencyPrice": 1724.56
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 954.56,
"EquivCurrencyPrice": 954.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1724.56,
"EquivCurrencyPrice": 1724.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1724.56,
"EquivCurrencyPrice": 1724.56
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 954.56,
"EquivCurrencyPrice": 954.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 600,
"EquivCurrencyPrice": 600
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442981710887",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442993999636",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442993999636",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929442995192249",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929442995192249",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443003472575",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1725.86,
"EquivCurrencyPrice": 1725.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443003472575",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443007575044",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1733.86,
"EquivCurrencyPrice": 1733.86
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.86,
"EquivCurrencyPrice": 1733.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.86,
"EquivCurrencyPrice": 1733.86
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 600,
"EquivCurrencyPrice": 600
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443007575044",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443009647730",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1733.86,
"EquivCurrencyPrice": 1733.86
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.86,
"EquivCurrencyPrice": 1733.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1733.86,
"EquivCurrencyPrice": 1733.86
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 600,
"EquivCurrencyPrice": 600
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443009647730",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443012563239",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1742.26,
"EquivCurrencyPrice": 1742.26
},
"BasePrice": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxPrice": {
"BookingCurrencyPrice": 972.26,
"EquivCurrencyPrice": 972.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1742.26,
"EquivCurrencyPrice": 1742.26
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1742.26,
"EquivCurrencyPrice": 1742.26
},
"BaseAmount": {
"BookingCurrencyPrice": 770,
"EquivCurrencyPrice": 770
},
"TaxAmount": {
"BookingCurrencyPrice": 972.26,
"EquivCurrencyPrice": 972.26
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443012563239",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443015413328",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1748.86,
"EquivCurrencyPrice": 1748.86
},
"BasePrice": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxPrice": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1748.86,
"EquivCurrencyPrice": 1748.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1748.86,
"EquivCurrencyPrice": 1748.86
},
"BaseAmount": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxAmount": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443015413328",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443019440093",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443019440093",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443026755873",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443026755873",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443031747658",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443031747658",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443033626137",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443033626137",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443028956355",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443028956355",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443064555510",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443064555510",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443065302572",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1750.86,
"EquivCurrencyPrice": 1750.86
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443065302572",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443067853619",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443067853619",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443069472864",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443069472864",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443071623614",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443071623614",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443072224057",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BasePrice": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxPrice": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1753.96,
"EquivCurrencyPrice": 1753.96
},
"BaseAmount": {
"BookingCurrencyPrice": 792,
"EquivCurrencyPrice": 792
},
"TaxAmount": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443072224057",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443075495740",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1756.96,
"EquivCurrencyPrice": 1756.96
},
"BasePrice": {
"BookingCurrencyPrice": 834,
"EquivCurrencyPrice": 834
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1756.96,
"EquivCurrencyPrice": 1756.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1756.96,
"EquivCurrencyPrice": 1756.96
},
"BaseAmount": {
"BookingCurrencyPrice": 834,
"EquivCurrencyPrice": 834
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ULW32RMZ ULW32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "7 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443075495740",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443078754178",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1762.36,
"EquivCurrencyPrice": 1762.36
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 985.36,
"EquivCurrencyPrice": 985.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1762.36,
"EquivCurrencyPrice": 1762.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1762.36,
"EquivCurrencyPrice": 1762.36
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 985.36,
"EquivCurrencyPrice": 985.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443078754178",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443080328480",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1762.36,
"EquivCurrencyPrice": 1762.36
},
"BasePrice": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxPrice": {
"BookingCurrencyPrice": 985.36,
"EquivCurrencyPrice": 985.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1762.36,
"EquivCurrencyPrice": 1762.36
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1762.36,
"EquivCurrencyPrice": 1762.36
},
"BaseAmount": {
"BookingCurrencyPrice": 777,
"EquivCurrencyPrice": 777
},
"TaxAmount": {
"BookingCurrencyPrice": 985.36,
"EquivCurrencyPrice": 985.36
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443080328480",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443082679151",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1763.56,
"EquivCurrencyPrice": 1763.56
},
"BasePrice": {
"BookingCurrencyPrice": 834,
"EquivCurrencyPrice": 834
},
"TaxPrice": {
"BookingCurrencyPrice": 929.56,
"EquivCurrencyPrice": 929.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1763.56,
"EquivCurrencyPrice": 1763.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1763.56,
"EquivCurrencyPrice": 1763.56
},
"BaseAmount": {
"BookingCurrencyPrice": 834,
"EquivCurrencyPrice": 834
},
"TaxAmount": {
"BookingCurrencyPrice": 929.56,
"EquivCurrencyPrice": 929.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ULW32RMZ ULW32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "7 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443082679151",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443084534885",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1771.96,
"EquivCurrencyPrice": 1771.96
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 986.96,
"EquivCurrencyPrice": 986.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1771.96,
"EquivCurrencyPrice": 1771.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1771.96,
"EquivCurrencyPrice": 1771.96
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 986.96,
"EquivCurrencyPrice": 986.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443084534885",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443085669420",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1771.96,
"EquivCurrencyPrice": 1771.96
},
"BasePrice": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxPrice": {
"BookingCurrencyPrice": 986.96,
"EquivCurrencyPrice": 986.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1771.96,
"EquivCurrencyPrice": 1771.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1771.96,
"EquivCurrencyPrice": 1771.96
},
"BaseAmount": {
"BookingCurrencyPrice": 785,
"EquivCurrencyPrice": 785
},
"TaxAmount": {
"BookingCurrencyPrice": 986.96,
"EquivCurrencyPrice": 986.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443085669420",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443092261284",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1773.86,
"EquivCurrencyPrice": 1773.86
},
"BasePrice": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1773.86,
"EquivCurrencyPrice": 1773.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1773.86,
"EquivCurrencyPrice": 1773.86
},
"BaseAmount": {
"BookingCurrencyPrice": 825,
"EquivCurrencyPrice": 825
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 600,
"EquivCurrencyPrice": 600
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443092261284",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443094314447",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1788.56,
"EquivCurrencyPrice": 1788.56
},
"BasePrice": {
"BookingCurrencyPrice": 834,
"EquivCurrencyPrice": 834
},
"TaxPrice": {
"BookingCurrencyPrice": 954.56,
"EquivCurrencyPrice": 954.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1788.56,
"EquivCurrencyPrice": 1788.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1788.56,
"EquivCurrencyPrice": 1788.56
},
"BaseAmount": {
"BookingCurrencyPrice": 834,
"EquivCurrencyPrice": 834
},
"TaxAmount": {
"BookingCurrencyPrice": 954.56,
"EquivCurrencyPrice": 954.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ULW32RMZ ULW32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "7 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443094314447",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443096558230",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1815.86,
"EquivCurrencyPrice": 1815.86
},
"BasePrice": {
"BookingCurrencyPrice": 842,
"EquivCurrencyPrice": 842
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1815.86,
"EquivCurrencyPrice": 1815.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1815.86,
"EquivCurrencyPrice": 1815.86
},
"BaseAmount": {
"BookingCurrencyPrice": 842,
"EquivCurrencyPrice": 842
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ULW32RMZ ULW32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "7 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443096558230",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443097702133",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1815.86,
"EquivCurrencyPrice": 1815.86
},
"BasePrice": {
"BookingCurrencyPrice": 842,
"EquivCurrencyPrice": 842
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1815.86,
"EquivCurrencyPrice": 1815.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight16"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1815.86,
"EquivCurrencyPrice": 1815.86
},
"BaseAmount": {
"BookingCurrencyPrice": 842,
"EquivCurrencyPrice": 842
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment25 Segment26",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_6 FG_6",
"Code": "ULW32RMZ ULW32RMZ"
},
"RBD": "U U",
"CabinType": "Y Y",
"SeatLeft": "7 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment25 Segment26 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443097702133",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443099226379",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1861.06,
"EquivCurrencyPrice": 1861.06
},
"BasePrice": {
"BookingCurrencyPrice": 950,
"EquivCurrencyPrice": 950
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1861.06,
"EquivCurrencyPrice": 1861.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1861.06,
"EquivCurrencyPrice": 1861.06
},
"BaseAmount": {
"BookingCurrencyPrice": 950,
"EquivCurrencyPrice": 950
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "ELW32RMZ ELW32RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "L",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment27 Segment3 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443099226379",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443101311169",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1873.86,
"EquivCurrencyPrice": 1873.86
},
"BasePrice": {
"BookingCurrencyPrice": 950,
"EquivCurrencyPrice": 950
},
"TaxPrice": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1873.86,
"EquivCurrencyPrice": 1873.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1873.86,
"EquivCurrencyPrice": 1873.86
},
"BaseAmount": {
"BookingCurrencyPrice": 950,
"EquivCurrencyPrice": 950
},
"TaxAmount": {
"BookingCurrencyPrice": 923.86,
"EquivCurrencyPrice": 923.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "ELW32RMZ ELW32RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment27 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443101311169",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443102219991",
"Owner": "VS",
"OwnerName": "Virgin Atlantic Airways",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1898.86,
"EquivCurrencyPrice": 1898.86
},
"BasePrice": {
"BookingCurrencyPrice": 950,
"EquivCurrencyPrice": 950
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1898.86,
"EquivCurrencyPrice": 1898.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1898.86,
"EquivCurrencyPrice": 1898.86
},
"BaseAmount": {
"BookingCurrencyPrice": 950,
"EquivCurrencyPrice": 950
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 600,
"EquivCurrencyPrice": 600
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "ELW32RMZ ELW32RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment27 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443102219991",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443104695668",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1918.96,
"EquivCurrencyPrice": 1918.96
},
"BasePrice": {
"BookingCurrencyPrice": 957,
"EquivCurrencyPrice": 957
},
"TaxPrice": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1918.96,
"EquivCurrencyPrice": 1918.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight14"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1918.96,
"EquivCurrencyPrice": 1918.96
},
"BaseAmount": {
"BookingCurrencyPrice": 957,
"EquivCurrencyPrice": 957
},
"TaxAmount": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "ELW32RMZ ELW32RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment22 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment27 Segment22 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443104695668",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443105996220",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 1918.96,
"EquivCurrencyPrice": 1918.96
},
"BasePrice": {
"BookingCurrencyPrice": 957,
"EquivCurrencyPrice": 957
},
"TaxPrice": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 1918.96,
"EquivCurrencyPrice": 1918.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight17"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight15"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 1918.96,
"EquivCurrencyPrice": 1918.96
},
"BaseAmount": {
"BookingCurrencyPrice": 957,
"EquivCurrencyPrice": 957
},
"TaxAmount": {
"BookingCurrencyPrice": 961.96,
"EquivCurrencyPrice": 961.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment27",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_7 FG_7",
"Code": "ELW32RMZ ELW32RMZ"
},
"RBD": "E E",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment24 Segment23",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2 FG_2",
"Code": "TKX32RMZ TKX32RMZ"
},
"RBD": "L L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_2",
"Code": "TKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment27 Segment24 Segment23 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443105996220",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443109735572",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2109.96,
"EquivCurrencyPrice": 2109.96
},
"BasePrice": {
"BookingCurrencyPrice": 1187,
"EquivCurrencyPrice": 1187
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2109.96,
"EquivCurrencyPrice": 2109.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2109.96,
"EquivCurrencyPrice": 2109.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1187,
"EquivCurrencyPrice": 1187
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment28 Segment29",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443109735572",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443111174297",
"Owner": "DL",
"OwnerName": "Delta Air Lines",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2109.96,
"EquivCurrencyPrice": 2109.96
},
"BasePrice": {
"BookingCurrencyPrice": 1187,
"EquivCurrencyPrice": 1187
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2109.96,
"EquivCurrencyPrice": 2109.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight1"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2109.96,
"EquivCurrencyPrice": 2109.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1187,
"EquivCurrencyPrice": 1187
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 25,
"EquivCurrencyPrice": 25
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment1 Segment2",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V V",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment1 Segment2 Segment28 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443111174297",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443113634441",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2110.96,
"EquivCurrencyPrice": 2110.96
},
"BasePrice": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2110.96,
"EquivCurrencyPrice": 2110.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2110.96,
"EquivCurrencyPrice": 2110.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment28 Segment29",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443113634441",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443115935652",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2110.96,
"EquivCurrencyPrice": 2110.96
},
"BasePrice": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxPrice": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2110.96,
"EquivCurrencyPrice": 2110.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2110.96,
"EquivCurrencyPrice": 2110.96
},
"BaseAmount": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxAmount": {
"BookingCurrencyPrice": 922.96,
"EquivCurrencyPrice": 922.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment28 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443115935652",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443116241652",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment28 Segment29",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443116241652",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443117969404",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment28 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443117969404",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443118248012",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment28 Segment29",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443118248012",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443119461939",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2114.06,
"EquivCurrencyPrice": 2114.06
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 911.06,
"EquivCurrencyPrice": 911.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment28 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443119461939",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443121966863",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2122.46,
"EquivCurrencyPrice": 2122.46
},
"BasePrice": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2122.46,
"EquivCurrencyPrice": 2122.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2122.46,
"EquivCurrencyPrice": 2122.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment28 Segment29",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443121966863",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443122101217",
"Owner": "AF",
"OwnerName": "Air France",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2122.46,
"EquivCurrencyPrice": 2122.46
},
"BasePrice": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxPrice": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2122.46,
"EquivCurrencyPrice": 2122.46
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight9"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2122.46,
"EquivCurrencyPrice": 2122.46
},
"BaseAmount": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxAmount": {
"BookingCurrencyPrice": 934.46,
"EquivCurrencyPrice": 934.46
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 13.6,
"EquivCurrencyPrice": 13.6
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 47.4,
"EquivCurrencyPrice": 47.4
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment13 Segment14",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment13 Segment14 Segment28 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443122101217",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443123910425",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2131.06,
"EquivCurrencyPrice": 2131.06
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 936.06,
"EquivCurrencyPrice": 936.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2131.06,
"EquivCurrencyPrice": 2131.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight19"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2131.06,
"EquivCurrencyPrice": 2131.06
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 936.06,
"EquivCurrencyPrice": 936.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment29",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment29",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443123910425",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443123670204",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2131.06,
"EquivCurrencyPrice": 2131.06
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 936.06,
"EquivCurrencyPrice": 936.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2131.06,
"EquivCurrencyPrice": 2131.06
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight3"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2131.06,
"EquivCurrencyPrice": 2131.06
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 936.06,
"EquivCurrencyPrice": 936.06
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment4",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "H",
"CabinType": "Y",
"SeatLeft": "9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment4",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443123670204",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443125421004",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2155.56,
"EquivCurrencyPrice": 2155.56
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 960.56,
"EquivCurrencyPrice": 960.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2155.56,
"EquivCurrencyPrice": 2155.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2155.56,
"EquivCurrencyPrice": 2155.56
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 960.56,
"EquivCurrencyPrice": 960.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443125421004",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443126933248",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2155.56,
"EquivCurrencyPrice": 2155.56
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 960.56,
"EquivCurrencyPrice": 960.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2155.56,
"EquivCurrencyPrice": 2155.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2155.56,
"EquivCurrencyPrice": 2155.56
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 960.56,
"EquivCurrencyPrice": 960.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443126933248",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443129515464",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2156.76,
"EquivCurrencyPrice": 2156.76
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 961.76,
"EquivCurrencyPrice": 961.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2156.76,
"EquivCurrencyPrice": 2156.76
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2156.76,
"EquivCurrencyPrice": 2156.76
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 961.76,
"EquivCurrencyPrice": 961.76
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443129515464",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443132682231",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443132682231",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443135532729",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443135532729",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443136385543",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443136385543",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443137726186",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.66,
"EquivCurrencyPrice": 2158.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443137726186",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443139990379",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2158.86,
"EquivCurrencyPrice": 2158.86
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.86,
"EquivCurrencyPrice": 2158.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight7"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2158.86,
"EquivCurrencyPrice": 2158.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 948.86,
"EquivCurrencyPrice": 948.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 312.5,
"EquivCurrencyPrice": 312.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment34",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_9 FG_9",
"Code": "HLW00RMZ HLW00RMZ"
},
"RBD": "H K",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment10",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "Q",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment34 Segment10 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443139990379",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443141467613",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2159.86,
"EquivCurrencyPrice": 2159.86
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 949.86,
"EquivCurrencyPrice": 949.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2159.86,
"EquivCurrencyPrice": 2159.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2159.86,
"EquivCurrencyPrice": 2159.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 949.86,
"EquivCurrencyPrice": 949.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443141467613",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443142324061",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2159.86,
"EquivCurrencyPrice": 2159.86
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 949.86,
"EquivCurrencyPrice": 949.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2159.86,
"EquivCurrencyPrice": 2159.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2159.86,
"EquivCurrencyPrice": 2159.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 949.86,
"EquivCurrencyPrice": 949.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443142324061",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443146747786",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2167.56,
"EquivCurrencyPrice": 2167.56
},
"BasePrice": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxPrice": {
"BookingCurrencyPrice": 979.56,
"EquivCurrencyPrice": 979.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2167.56,
"EquivCurrencyPrice": 2167.56
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight4"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2167.56,
"EquivCurrencyPrice": 2167.56
},
"BaseAmount": {
"BookingCurrencyPrice": 1188,
"EquivCurrencyPrice": 1188
},
"TaxAmount": {
"BookingCurrencyPrice": 979.56,
"EquivCurrencyPrice": 979.56
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 15.4,
"EquivCurrencyPrice": 15.4
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 10.6,
"EquivCurrencyPrice": 10.6
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 19.2,
"EquivCurrencyPrice": 19.2
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 18,
"EquivCurrencyPrice": 18
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment5 Segment6",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment5 Segment6 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443146747786",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443151171904",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443151171904",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443152392225",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443152392225",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443151696148",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443151696148",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443153610451",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443153610451",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443154283525",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443154283525",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443155750572",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.66,
"EquivCurrencyPrice": 2176.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.66,
"EquivCurrencyPrice": 973.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443155750572",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443157728648",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.86,
"EquivCurrencyPrice": 2176.86
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.86,
"EquivCurrencyPrice": 2176.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight5"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.86,
"EquivCurrencyPrice": 2176.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment8",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment8 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443157728648",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443158391151",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2176.86,
"EquivCurrencyPrice": 2176.86
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.86,
"EquivCurrencyPrice": 2176.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight6"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2176.86,
"EquivCurrencyPrice": 2176.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment7 Segment9",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_3 FG_3",
"Code": "OLW32RMZ OLW32RMZ"
},
"RBD": "O O",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment7 Segment9 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443158391151",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443159790536",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 974.86,
"EquivCurrencyPrice": 974.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 974.86,
"EquivCurrencyPrice": 974.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443159790536",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443161497385",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 974.86,
"EquivCurrencyPrice": 974.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 974.86,
"EquivCurrencyPrice": 974.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443161497385",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443161540426",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
},
"BasePrice": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxPrice": {
"BookingCurrencyPrice": 974.86,
"EquivCurrencyPrice": 974.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2177.86,
"EquivCurrencyPrice": 2177.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1203,
"EquivCurrencyPrice": 1203
},
"TaxAmount": {
"BookingCurrencyPrice": 974.86,
"EquivCurrencyPrice": 974.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443161540426",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443164315344",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2183.86,
"EquivCurrencyPrice": 2183.86
},
"BasePrice": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2183.86,
"EquivCurrencyPrice": 2183.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight23"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight2"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight8"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2183.86,
"EquivCurrencyPrice": 2183.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1210,
"EquivCurrencyPrice": 1210
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment34",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_9 FG_9",
"Code": "HLW00RMZ HLW00RMZ"
},
"RBD": "H K",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment3",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4",
"Code": "QKX32RMZ"
},
"RBD": "T",
"CabinType": "Y",
"SeatLeft": "7"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment11 Segment12",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_4 FG_4",
"Code": "QKX32RMZ QKX32RMZ"
},
"RBD": "Q Q",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment34 Segment3 Segment11 Segment12",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443164315344",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443168578225",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 998.86,
"EquivCurrencyPrice": 998.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 998.86,
"EquivCurrencyPrice": 998.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443168578225",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443169597606",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 998.86,
"EquivCurrencyPrice": 998.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 998.86,
"EquivCurrencyPrice": 998.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443169597606",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443170827393",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
},
"BasePrice": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxPrice": {
"BookingCurrencyPrice": 998.86,
"EquivCurrencyPrice": 998.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2193.86,
"EquivCurrencyPrice": 2193.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1195,
"EquivCurrencyPrice": 1195
},
"TaxAmount": {
"BookingCurrencyPrice": 998.86,
"EquivCurrencyPrice": 998.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 75,
"EquivCurrencyPrice": 75
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443170827393",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443174183731",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2198.66,
"EquivCurrencyPrice": 2198.66
},
"BasePrice": {
"BookingCurrencyPrice": 1250,
"EquivCurrencyPrice": 1250
},
"TaxPrice": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2198.66,
"EquivCurrencyPrice": 2198.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight20"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2198.66,
"EquivCurrencyPrice": 2198.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1250,
"EquivCurrencyPrice": 1250
},
"TaxAmount": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment30 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment28 Segment30 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443174183731",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443179819633",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2198.66,
"EquivCurrencyPrice": 2198.66
},
"BasePrice": {
"BookingCurrencyPrice": 1250,
"EquivCurrencyPrice": 1250
},
"TaxPrice": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2198.66,
"EquivCurrencyPrice": 2198.66
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight21"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2198.66,
"EquivCurrencyPrice": 2198.66
},
"BaseAmount": {
"BookingCurrencyPrice": 1250,
"EquivCurrencyPrice": 1250
},
"TaxAmount": {
"BookingCurrencyPrice": 948.66,
"EquivCurrencyPrice": 948.66
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 16.6,
"EquivCurrencyPrice": 16.6
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment32 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment28 Segment32 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443179819633",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443180945607",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2199.86,
"EquivCurrencyPrice": 2199.86
},
"BasePrice": {
"BookingCurrencyPrice": 1250,
"EquivCurrencyPrice": 1250
},
"TaxPrice": {
"BookingCurrencyPrice": 949.86,
"EquivCurrencyPrice": 949.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2199.86,
"EquivCurrencyPrice": 2199.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight22"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2199.86,
"EquivCurrencyPrice": 2199.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1250,
"EquivCurrencyPrice": 1250
},
"TaxAmount": {
"BookingCurrencyPrice": 949.86,
"EquivCurrencyPrice": 949.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 24.2,
"EquivCurrencyPrice": 24.2
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 27.6,
"EquivCurrencyPrice": 27.6
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 17.8,
"EquivCurrencyPrice": 17.8
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment33 Segment31",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "K H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment28 Segment33 Segment31",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443180945607",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443182429580",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
},
"BasePrice": {
"BookingCurrencyPrice": 1238,
"EquivCurrencyPrice": 1238
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight10"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1238,
"EquivCurrencyPrice": 1238
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment15 Segment16",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment15 Segment16 Segment28 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443182429580",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443183781687",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
},
"BasePrice": {
"BookingCurrencyPrice": 1238,
"EquivCurrencyPrice": 1238
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight11"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1238,
"EquivCurrencyPrice": 1238
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment18",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment18 Segment28 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443183781687",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443184357230",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
},
"BasePrice": {
"BookingCurrencyPrice": 1238,
"EquivCurrencyPrice": 1238
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight12"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight25"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2211.86,
"EquivCurrencyPrice": 2211.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1238,
"EquivCurrencyPrice": 1238
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 50,
"EquivCurrencyPrice": 50
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 575,
"EquivCurrencyPrice": 575
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment17 Segment19",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_1 FG_1",
"Code": "VLW32RMZ VLW32RMZ"
},
"RBD": "V L",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment37 Segment38",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment17 Segment19 Segment28 Segment37 Segment38",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443184357230",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443186117311",
"Owner": "KL",
"OwnerName": "KLM",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 2216.86,
"EquivCurrencyPrice": 2216.86
},
"BasePrice": {
"BookingCurrencyPrice": 1243,
"EquivCurrencyPrice": 1243
},
"TaxPrice": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 2216.86,
"EquivCurrencyPrice": 2216.86
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight13"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight18"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight24"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 2216.86,
"EquivCurrencyPrice": 2216.86
},
"BaseAmount": {
"BookingCurrencyPrice": 1243,
"EquivCurrencyPrice": 1243
},
"TaxAmount": {
"BookingCurrencyPrice": 973.86,
"EquivCurrencyPrice": 973.86
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 337.5,
"EquivCurrencyPrice": 337.5
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 287.5,
"EquivCurrencyPrice": 287.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "CJ",
"BookingCurrencyPrice": 12.1,
"EquivCurrencyPrice": 12.1
},
{
"TaxCode": "RN",
"BookingCurrencyPrice": 13.8,
"EquivCurrencyPrice": 13.8
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
},
{
"TaxCode": "AY",
"BookingCurrencyPrice": 7.7,
"EquivCurrencyPrice": 7.7
},
{
"TaxCode": "XA",
"BookingCurrencyPrice": 5.3,
"EquivCurrencyPrice": 5.3
},
{
"TaxCode": "XY",
"BookingCurrencyPrice": 9.6,
"EquivCurrencyPrice": 9.6
},
{
"TaxCode": "YC",
"BookingCurrencyPrice": 9,
"EquivCurrencyPrice": 9
},
{
"TaxCode": "XF",
"BookingCurrencyPrice": 6.2,
"EquivCurrencyPrice": 6.2
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment20 Segment21",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_5 FG_5",
"Code": "NLW32RMZ NLW32RMZ"
},
"RBD": "N N",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment28",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8",
"Code": "HKX00RMZ"
},
"RBD": "K",
"CabinType": "Y",
"SeatLeft": "5"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment35 Segment36",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_8 FG_8",
"Code": "HKX00RMZ HKX00RMZ"
},
"RBD": "H H",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment20 Segment21 Segment28 Segment35 Segment36",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443186117311",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443401736369",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
},
"BasePrice": {
"BookingCurrencyPrice": 2860,
"EquivCurrencyPrice": 2860
},
"TaxPrice": {
"BookingCurrencyPrice": 1017.96,
"EquivCurrencyPrice": 1017.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight26"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
},
"BaseAmount": {
"BookingCurrencyPrice": 2860,
"EquivCurrencyPrice": 2860
},
"TaxAmount": {
"BookingCurrencyPrice": 1017.96,
"EquivCurrencyPrice": 1017.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 675,
"EquivCurrencyPrice": 675
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment39",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment40 Segment41",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10 FG_10",
"Code": "BFFE BFFE"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment39 Segment40 Segment41 Segment42",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443401736369",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443402328630",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
},
"BasePrice": {
"BookingCurrencyPrice": 2860,
"EquivCurrencyPrice": 2860
},
"TaxPrice": {
"BookingCurrencyPrice": 1017.96,
"EquivCurrencyPrice": 1017.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight29"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
},
"BaseAmount": {
"BookingCurrencyPrice": 2860,
"EquivCurrencyPrice": 2860
},
"TaxAmount": {
"BookingCurrencyPrice": 1017.96,
"EquivCurrencyPrice": 1017.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 675,
"EquivCurrencyPrice": 675
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment43",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment40 Segment41",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10 FG_10",
"Code": "BFFE BFFE"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment43 Segment40 Segment41 Segment42",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443402328630",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
},
{
"OfferID": "3491199111679929443404731865",
"Owner": "LH",
"OwnerName": "Deutsche Lufthansa",
"TicketType": "Single",
"IsBrandedFare": "N",
"BrandedFareOptions": [],
"CabinOptions": [],
"IsAdditionalCabinType": "N",
"Eticket": "false",
"AllowHold": "Y",
"TimeLimits": {
"OfferExpirationDateTime": "2023-03-27T17:04:03",
"PaymentExpirationDateTime": "2023-03-31 03:00:00"
},
"PassportRequired": "N",
"BookingCurrencyCode": "CAD",
"EquivCurrencyCode": "CAD",
"HstPercentage": "",
"RewardSettings": {
"RewardAvailable": "N",
"PointTypes": [],
"PointValues": {}
},
"BookingFeeInfo": {
"FeeType": "",
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"TotalPrice": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
},
"BasePrice": {
"BookingCurrencyPrice": 2860,
"EquivCurrencyPrice": 2860
},
"TaxPrice": {
"BookingCurrencyPrice": 1017.96,
"EquivCurrencyPrice": 1017.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Penalty": {
"ChangeFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
},
"CancelationFee": {
"Before": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
},
"After": {
"BookingCurrencyPrice": "NA",
"EquivCurrencyPrice": "NA"
}
}
},
"OfferItem": [
{
"OfferItemID": "OFFERITEMID1",
"Refundable": "true",
"PassengerType": "ADT",
"PassengerQuantity": 1,
"TotalPriceDetail": {
"TotalAmount": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
}
},
"Service": [
{
"ServiceID": "SV1",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight30"
},
{
"ServiceID": "SV2",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight27"
},
{
"ServiceID": "SV3",
"PassengerRefs": "ADT1",
"FlightRefs": "Flight28"
}
],
"FareDetail": {
"PassengerRefs": "ADT1",
"Price": {
"TotalAmount": {
"BookingCurrencyPrice": 3877.96,
"EquivCurrencyPrice": 3877.96
},
"BaseAmount": {
"BookingCurrencyPrice": 2860,
"EquivCurrencyPrice": 2860
},
"TaxAmount": {
"BookingCurrencyPrice": 1017.96,
"EquivCurrencyPrice": 1017.96
},
"Commission": {
"AgencyCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"AgencyYqCommission": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"BookingFee": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"PortalCharges": {
"Markup": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Surcharge": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
},
"Discount": {
"BookingCurrencyPrice": 0,
"EquivCurrencyPrice": 0
}
},
"Taxes": [
{
"TaxCode": "YQ",
"BookingCurrencyPrice": 675,
"EquivCurrencyPrice": 675
},
{
"TaxCode": "YR",
"BookingCurrencyPrice": 23.5,
"EquivCurrencyPrice": 23.5
},
{
"TaxCode": "CA",
"BookingCurrencyPrice": 25.91,
"EquivCurrencyPrice": 25.91
},
{
"TaxCode": "RC",
"BookingCurrencyPrice": 4.55,
"EquivCurrencyPrice": 4.55
},
{
"TaxCode": "SQ",
"BookingCurrencyPrice": 35,
"EquivCurrencyPrice": 35
},
{
"TaxCode": "GB",
"BookingCurrencyPrice": 144.5,
"EquivCurrencyPrice": 144.5
},
{
"TaxCode": "UB",
"BookingCurrencyPrice": 38.5,
"EquivCurrencyPrice": 38.5
},
{
"TaxCode": "RA",
"BookingCurrencyPrice": 34.3,
"EquivCurrencyPrice": 34.3
},
{
"TaxCode": "FR",
"BookingCurrencyPrice": 6.8,
"EquivCurrencyPrice": 6.8
},
{
"TaxCode": "QX",
"BookingCurrencyPrice": 29.9,
"EquivCurrencyPrice": 29.9
}
]
}
},
"FareComponent": [
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment44",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment40 Segment41",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10 FG_10",
"Code": "BFFE BFFE"
},
"RBD": "B B",
"CabinType": "Y Y",
"SeatLeft": "9 9"
}
},
{
"PriceClassRef": "PCR_1",
"SegmentRefs": "Segment42",
"FareBasis": {
"FareBasisCode": {
"Refs": "FG_10",
"Code": "BFFE"
},
"RBD": "B",
"CabinType": "Y",
"SeatLeft": "4"
}
}
]
}
],
"BaggageAllowance": [
{
"SegmentRefs": "Segment44 Segment40 Segment41 Segment42",
"PassengerRefs": "T1",
"BaggageAllowanceRef": "Bag1"
}
],
"SplitPaymentInfo": [
{
"AirItineraryId": "3491199111679929443404731865",
"MultipleFop": "Y",
"MaxCardsPerPax": 2,
"MaxCardsPerPaxInMFOP": 1
}
],
"BookingToEquivExRate": 1,
"FopRef": "FOP_0_0_0_0_ALL_ALL"
}
]
}
]
},
"DataLists": {
"PassengerList": {
"Passengers": [
{
"PassengerID": "T1",
"PTC": "ADT"
}
]
},
"DisclosureList": {
"Disclosures": []
},
"FareList": {
"FareGroup": [
{
"FareGroupRef": "FG_1",
"FareCode": "70J",
"FareBasisCode": "VLW32RMZ"
},
{
"FareGroupRef": "FG_2",
"FareCode": "70J",
"FareBasisCode": "TKX32RMZ"
},
{
"FareGroupRef": "FG_3",
"FareCode": "70J",
"FareBasisCode": "OLW32RMZ"
},
{
"FareGroupRef": "FG_4",
"FareCode": "70J",
"FareBasisCode": "QKX32RMZ"
},
{
"FareGroupRef": "FG_5",
"FareCode": "70J",
"FareBasisCode": "NLW32RMZ"
},
{
"FareGroupRef": "FG_6",
"FareCode": "70J",
"FareBasisCode": "ULW32RMZ"
},
{
"FareGroupRef": "FG_7",
"FareCode": "70J",
"FareBasisCode": "ELW32RMZ"
},
{
"FareGroupRef": "FG_8",
"FareCode": "70J",
"FareBasisCode": "HKX00RMZ"
},
{
"FareGroupRef": "FG_9",
"FareCode": "70J",
"FareBasisCode": "HLW00RMZ"
},
{
"FareGroupRef": "FG_10",
"FareCode": "70J",
"FareBasisCode": "BFFE"
}
]
},
"FlightSegmentList": {
"FlightSegment": [
{
"SegmentKey": "Segment1",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "14:55:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "16:45:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4900"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4900"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 50 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment2",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "20:30:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5990"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5990"
},
"Equipment": {
"AircraftCode": "339",
"Name": "339"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment3",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "11:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "13:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1581"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1581"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment4",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "18:55:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "21:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "386"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "386"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"15"
]
},
{
"SegmentKey": "Segment5",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "19:50:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1702"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1702"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment6",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-14",
"Time": "21:25:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "4018"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4018"
},
"Equipment": {
"AircraftCode": "332",
"Name": "Airbus A330-200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 35 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment7",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6872"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6872"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment8",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6996"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "KLM CITYHOPPER",
"FlightNumber": "6996"
},
"Equipment": {
"AircraftCode": "295",
"Name": "295"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment9",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "15:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6998"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6998"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment10",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "11:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "13:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6715"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "6715"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment11",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "15:55:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "DTW",
"Date": "2023-04-24",
"Time": "18:25:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6754"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "6754"
},
"Equipment": {
"AircraftCode": "359",
"Name": "359"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment12",
"Departure": {
"AirportCode": "DTW",
"Date": "2023-04-24",
"Time": "21:15:00",
"AirportName": "Detroit Metropolitan Wayne County Airport",
"Terminal": {
"Name": "EM"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "22:36:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "1785"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "1785"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 21 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment13",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:25:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "07:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "351"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "351"
},
"Equipment": {
"AircraftCode": "359",
"Name": "359"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment14",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:30:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1580"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1580"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment15",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "06:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "692"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "692"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment16",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1001"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1001"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment17",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:45:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "11:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "696"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "696"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment18",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "13:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "13:50:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1017"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1017"
},
"Equipment": {
"AircraftCode": "73W",
"Name": "Boeing 737-700 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment19",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "15:55:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "16:15:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1021"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1021"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment20",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "17:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "06:05:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6871"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6871"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 5 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment21",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "07:20:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "07:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6992"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6992"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment22",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "09:55:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "12:25:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1008"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1008"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment23",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "14:30:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "15:50:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2F"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "2013"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "2013"
},
"Equipment": {
"AircraftCode": "318",
"Name": "Airbus A318"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment24",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "08:40:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "11:00:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1002"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1002"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment25",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "LGA",
"Date": "2023-04-14",
"Time": "19:58:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "4894"
},
"OperatingCarrier": {
"AirlineID": "DL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION",
"FlightNumber": "4894"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 48 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment26",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-14",
"Time": "23:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "11:10:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "DL",
"Name": "Delta Air Lines",
"FlightNumber": "5988"
},
"OperatingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "5988"
},
"Equipment": {
"AircraftCode": "351",
"Name": "351"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment27",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "VS",
"Name": "Virgin Atlantic Airways",
"FlightNumber": "6994"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6994"
},
"Equipment": {
"AircraftCode": "73J",
"Name": "73J"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment28",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "06:20:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "08:35:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1381"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "1381"
},
"Equipment": {
"AircraftCode": "321",
"Name": "Airbus A321-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment29",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "14:05:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "16:05:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "356"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "356"
},
"Equipment": {
"AircraftCode": "359",
"Name": "359"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment30",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "12:20:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2F"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "13:45:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "2012"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "2012"
},
"Equipment": {
"AircraftCode": "318",
"Name": "Airbus A318"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment31",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "17:50:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "19:50:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "695"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "695"
},
"Equipment": {
"AircraftCode": "772",
"Name": "Boeing 777-200 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"17"
]
},
{
"SegmentKey": "Segment32",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "11:45:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2F"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "13:10:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "2008"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "2008"
},
"Equipment": {
"AircraftCode": "320",
"Name": "Airbus A320-100/200"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 25 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment33",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "14:30:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2F"
}
},
"Arrival": {
"AirportCode": "AMS",
"Date": "2023-04-24",
"Time": "15:45:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1234"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1234"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment34",
"Departure": {
"AirportCode": "AMS",
"Date": "2023-04-15",
"Time": "10:15:00",
"AirportName": "Amsterdam Airport Schiphol",
"Terminal": {
"Name": ""
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:45:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1009"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "1009"
},
"Equipment": {
"AircraftCode": "73H",
"Name": "Boeing 737-800 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment35",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "12:30:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "EWR",
"Date": "2023-04-24",
"Time": "15:00:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "B"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "2034"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "2034"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment36",
"Departure": {
"AirportCode": "JFK",
"Date": "2023-04-24",
"Time": "20:00:00",
"AirportName": "John F Kennedy International Airport",
"Terminal": {
"Name": "4"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "22:10:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "KL",
"Name": "KLM",
"FlightNumber": "6544"
},
"OperatingCarrier": {
"AirlineID": "KL",
"Name": "ENDEAVOR AIR DBA DELTA CONNECTION FOR DELTA AIR LINES",
"FlightNumber": "6544"
},
"Equipment": {
"AircraftCode": "CR9",
"Name": "Canadair Regional Jet 900"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "2 H 10 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment37",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "12:30:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "2E"
}
},
"Arrival": {
"AirportCode": "EWR",
"Date": "2023-04-24",
"Time": "15:00:00",
"AirportName": "Newark Liberty International Airport",
"Terminal": {
"Name": "B"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "62"
},
"OperatingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "62"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment38",
"Departure": {
"AirportCode": "LGA",
"Date": "2023-04-24",
"Time": "19:00:00",
"AirportName": "La Guardia Airport",
"Terminal": {
"Name": "C"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "20:43:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "3"
}
},
"MarketingCarrier": {
"AirlineID": "AF",
"Name": "Air France",
"FlightNumber": "3730"
},
"OperatingCarrier": {
"AirlineID": "WS",
"Name": "Westjet",
"FlightNumber": "3730"
},
"Equipment": {
"AircraftCode": "73W",
"Name": "Boeing 737-700 (winglets) pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 43 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"18"
]
},
{
"SegmentKey": "Segment39",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "18:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "06:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6589"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6589"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment40",
"Departure": {
"AirportCode": "LHR",
"Date": "2023-04-24",
"Time": "03:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"Arrival": {
"AirportCode": "FRA",
"Date": "2023-04-24",
"Time": "05:30:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "4266"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "4266"
},
"Equipment": {
"AircraftCode": "744",
"Name": "Boeing 747-400 pax"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 30 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment41",
"Departure": {
"AirportCode": "FRA",
"Date": "2023-04-24",
"Time": "07:05:00",
"AirportName": "Frankfurt am Main International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "08:20:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "1026"
},
"OperatingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "1026"
},
"Equipment": {
"AircraftCode": "32A",
"Name": "Airbus A320 with Sharklets"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "1 H 15 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": ""
},
{
"SegmentKey": "Segment42",
"Departure": {
"AirportCode": "CDG",
"Date": "2023-04-24",
"Time": "13:00:00",
"AirportName": "Charles de Gaulle International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "YYZ",
"Date": "2023-04-24",
"Time": "15:20:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6824"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6824"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "8 H 20 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment43",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "20:35:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "08:35:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6585"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6585"
},
"Equipment": {
"AircraftCode": "789",
"Name": "789"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
},
{
"SegmentKey": "Segment44",
"Departure": {
"AirportCode": "YYZ",
"Date": "2023-04-14",
"Time": "22:00:00",
"AirportName": "Lester B. Pearson International Airport",
"Terminal": {
"Name": "1"
}
},
"Arrival": {
"AirportCode": "LHR",
"Date": "2023-04-15",
"Time": "10:00:00",
"AirportName": "London Heathrow Airport",
"Terminal": {
"Name": "2"
}
},
"MarketingCarrier": {
"AirlineID": "LH",
"Name": "Deutsche Lufthansa",
"FlightNumber": "6559"
},
"OperatingCarrier": {
"AirlineID": "AC",
"Name": "Air Canada",
"FlightNumber": "6559"
},
"Equipment": {
"AircraftCode": "77W",
"Name": "Boeing 777-300ER"
},
"Code": {
"MarriageGroup": "O"
},
"FlightDetail": {
"FlightDuration": {
"Value": "7 H 0 M"
},
"Stops": {
"Value": 0
},
"InterMediate": [],
"AirMilesFlown": 0
},
"BrandId": "",
"Amenities": [
"12",
"18",
"20"
]
}
]
},
"FlightList": {
"Flight": [
{
"FlightKey": "Flight1",
"Journey": {
"Time": "12 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment1 Segment2"
},
{
"FlightKey": "Flight2",
"Journey": {
"Time": "1 H 20 M",
"Stops": 0
},
"SegmentReferences": "Segment3"
},
{
"FlightKey": "Flight3",
"Journey": {
"Time": "8 H 15 M",
"Stops": 0
},
"SegmentReferences": "Segment4"
},
{
"FlightKey": "Flight4",
"Journey": {
"Time": "10 H 35 M",
"Stops": 1
},
"SegmentReferences": "Segment5 Segment6"
},
{
"FlightKey": "Flight5",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment7 Segment8"
},
{
"FlightKey": "Flight6",
"Journey": {
"Time": "12 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment7 Segment9"
},
{
"FlightKey": "Flight7",
"Journey": {
"Time": "1 H 20 M",
"Stops": 0
},
"SegmentReferences": "Segment10"
},
{
"FlightKey": "Flight8",
"Journey": {
"Time": "12 H 41 M",
"Stops": 1
},
"SegmentReferences": "Segment11 Segment12"
},
{
"FlightKey": "Flight9",
"Journey": {
"Time": "11 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment13 Segment14"
},
{
"FlightKey": "Flight10",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment15 Segment16"
},
{
"FlightKey": "Flight11",
"Journey": {
"Time": "10 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment17 Segment18"
},
{
"FlightKey": "Flight12",
"Journey": {
"Time": "12 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment17 Segment19"
},
{
"FlightKey": "Flight13",
"Journey": {
"Time": "9 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment20 Segment21"
},
{
"FlightKey": "Flight14",
"Journey": {
"Time": "4 H 55 M",
"Stops": 1
},
"SegmentReferences": "Segment22 Segment23"
},
{
"FlightKey": "Flight15",
"Journey": {
"Time": "6 H 10 M",
"Stops": 1
},
"SegmentReferences": "Segment24 Segment23"
},
{
"FlightKey": "Flight16",
"Journey": {
"Time": "12 H 0 M",
"Stops": 1
},
"SegmentReferences": "Segment25 Segment26"
},
{
"FlightKey": "Flight17",
"Journey": {
"Time": "12 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment20 Segment27"
},
{
"FlightKey": "Flight18",
"Journey": {
"Time": "1 H 15 M",
"Stops": 0
},
"SegmentReferences": "Segment28"
},
{
"FlightKey": "Flight19",
"Journey": {
"Time": "8 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment29"
},
{
"FlightKey": "Flight20",
"Journey": {
"Time": "13 H 30 M",
"Stops": 1
},
"SegmentReferences": "Segment30 Segment31"
},
{
"FlightKey": "Flight21",
"Journey": {
"Time": "14 H 5 M",
"Stops": 1
},
"SegmentReferences": "Segment32 Segment31"
},
{
"FlightKey": "Flight22",
"Journey": {
"Time": "11 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment33 Segment31"
},
{
"FlightKey": "Flight23",
"Journey": {
"Time": "12 H 45 M",
"Stops": 1
},
"SegmentReferences": "Segment15 Segment34"
},
{
"FlightKey": "Flight24",
"Journey": {
"Time": "15 H 40 M",
"Stops": 1
},
"SegmentReferences": "Segment35 Segment36"
},
{
"FlightKey": "Flight25",
"Journey": {
"Time": "14 H 13 M",
"Stops": 1
},
"SegmentReferences": "Segment37 Segment38"
},
{
"FlightKey": "Flight26",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment39"
},
{
"FlightKey": "Flight27",
"Journey": {
"Time": "4 H 20 M",
"Stops": 1
},
"SegmentReferences": "Segment40 Segment41"
},
{
"FlightKey": "Flight28",
"Journey": {
"Time": "8 H 20 M",
"Stops": 0
},
"SegmentReferences": "Segment42"
},
{
"FlightKey": "Flight29",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment43"
},
{
"FlightKey": "Flight30",
"Journey": {
"Time": "7 H 0 M",
"Stops": 0
},
"SegmentReferences": "Segment44"
}
]
},
"OriginDestinationList": {
"OriginDestination": [
{
"OriginDestinationKey": "OD1",
"DepartureCode": "YYZ",
"ArrivalCode": "LHR",
"FlightReferences": "Flight1 Flight4 Flight5 Flight6 Flight9 Flight10 Flight11 Flight12 Flight13 Flight16 Flight17 Flight23 Flight26 Flight29 Flight30"
},
{
"OriginDestinationKey": "OD2",
"DepartureCode": "LHR",
"ArrivalCode": "CDG",
"FlightReferences": "Flight2 Flight7 Flight14 Flight15 Flight18 Flight27"
},
{
"OriginDestinationKey": "OD3",
"DepartureCode": "CDG",
"ArrivalCode": "YYZ",
"FlightReferences": "Flight3 Flight8 Flight19 Flight20 Flight21 Flight22 Flight24 Flight25 Flight28"
}
]
},
"PriceClassList": {
"PriceClass": [
{
"PriceClassID": "PCR_1",
"Name": "",
"Code": "",
"Descriptions": {
"Description": []
}
}
]
},
"BaggageAllowanceList": {
"BaggageAllowance": [
{
"BaggageAllowanceID": "Bag1",
"BaggageCategory": "Checked",
"AllowanceDescription": {
"ApplicableParty": "Traveler",
"Description": "CHECKED ALLOWANCE"
},
"PieceAllowance": {
"ApplicableParty": "Traveler",
"TotalQuantity": "1",
"Unit": "Pieces"
}
}
]
},
"FopList": [
{
"CC": {
"Allowed": "N",
"Types": {}
},
"DC": {
"Allowed": "N",
"Types": {}
},
"CHEQUE": {
"Allowed": "Y",
"Types": {}
},
"CASH": {
"Allowed": "N",
"Types": {}
},
"ACH": {
"Allowed": "Y",
"Types": {}
},
"PG": {
"Allowed": "N",
"Types": {}
},
"FopKey": "FOP_0_0_0_0_ALL_ALL"
}
]
},
"MetaData": {}
}
}