API Portal for the Cullinan UDMS products. To use this API, please contact our web team to obtain an API Key.

Each request needs to include an Api_Key in the headers.

  • Only GET requests are accepted for the API.
  • Supported response formats are XML and JSON - defaulted to JSON. To ensure a specific format is returned, please add an 'Accept' header in your request, e.g. 'Accept: application/xml' or add GET parameter to your URL , e.g. ?format=xml
  • Substitute the regex values in the URL endpoint samples to suit your request.
  • Date formats are strictly YYYY-MM-DD, e.g. 2022-04-10.
Sample request:
curl --header "Accept: application/json" --header 'Authorization: Api-Key my-notsot-supr-sercure-api-key' "https://udmsapi.cullinan.co.za/v1/countries/"
GET /v1/flights/rates/?page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1678,
    "next": "https://udmsapi.cullinan.co.za/v1/flights/rates/?page=4",
    "previous": "https://udmsapi.cullinan.co.za/v1/flights/rates/?page=2",
    "results": [
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPLOA",
            "dropoff_code": "LOAMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Londolozi Airstrip",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6786,
            "sng": 13573,
            "tpl": 6786,
            "qad": 6786,
            "qin": 6786,
            "six": 6786,
            "sep": 6786,
            "oct": 6786,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6786.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2593",
            "child_pol_b": "(2-11)  5347.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "MQPTBV",
            "dropoff_code": "TBVMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2414",
            "child_pol_b": "(2-11)  5139.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2197",
            "child_pol_b": "(2-11)  5085.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "THNMQP",
            "dropoff_code": "MQPTHN",
            "pickup": "Thornybush Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "TBVMQP",
            "dropoff_code": "MQPTBV",
            "pickup": "Timbavati Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2414",
            "child_pol_b": "(2-11)  5139.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2376",
            "child_pol_b": "(2-11)  5130.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPKLA",
            "dropoff_code": "KLAMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Klaserie Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2108",
            "child_pol_b": "(2-11)  4833.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPMA5",
            "dropoff_code": "MA5MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Makalali Conservancy",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPNKR",
            "dropoff_code": "NKRMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Northern Kruger",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6786,
            "sng": 13573,
            "tpl": 6786,
            "qad": 6786,
            "qin": 6786,
            "six": 6786,
            "sep": 6786,
            "oct": 6786,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6786.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2593",
            "child_pol_b": "(2-11)  5347.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "NKRMQP",
            "dropoff_code": "MQPNKR",
            "pickup": "Northern Kruger",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPTHN",
            "dropoff_code": "THNMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Thornybush Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "KLAMQP",
            "dropoff_code": "MQPKLA",
            "pickup": "Klaserie Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2108",
            "child_pol_b": "(2-11)  4833.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "MQPTBV",
            "dropoff_code": "TBVMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2414",
            "child_pol_b": "(2-11)  5139.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6786,
            "sng": 13573,
            "tpl": 6786,
            "qad": 6786,
            "qin": 6786,
            "six": 6786,
            "sep": 6786,
            "oct": 6786,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6786.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2593",
            "child_pol_b": "(2-11)  5347.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "TBVMQP",
            "dropoff_code": "MQPTBV",
            "pickup": "Timbavati Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPTBV",
            "dropoff_code": "TBVMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "TBVMQP",
            "dropoff_code": "MQPTBV",
            "pickup": "Timbavati Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPTBV",
            "dropoff_code": "TBVMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "TBVMQP",
            "dropoff_code": "MQPTBV",
            "pickup": "Timbavati Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "MQPTBV",
            "dropoff_code": "TBVMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2376",
            "child_pol_b": "(2-11)  5130.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "TBVMQP",
            "dropoff_code": "MQPTBV",
            "pickup": "Timbavati Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2376",
            "child_pol_b": "(2-11)  5130.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MA5MQP",
            "dropoff_code": "MQPMA5",
            "pickup": "Makalali Conservancy",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPTBV",
            "dropoff_code": "TBVMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6569,
            "sng": 13139,
            "tpl": 6569,
            "qad": 6569,
            "qin": 6569,
            "six": 6569,
            "sep": 6569,
            "oct": 6569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6569.0,
            "pickup_code": "SA1MQP",
            "dropoff_code": "MQPSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2197",
            "child_pol_b": "(2-11)  5085.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPNKR",
            "dropoff_code": "NKRMQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Northern Kruger",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MQPSA1",
            "dropoff_code": "SA1MQP",
            "pickup": "Kruger Mpumalanga International Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2070",
            "child_pol_b": "(2-11)  4823.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "THNMQP",
            "dropoff_code": "MQPTHN",
            "pickup": "Thornybush Private Nature Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-06",
            "season_end": "2026-01-05",
            "sell_from": "2024-07-25",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 6263,
            "sng": 12526,
            "tpl": 6263,
            "qad": 6263,
            "qin": 6263,
            "six": 6263,
            "sep": 6263,
            "oct": 6263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 6263.0,
            "pickup_code": "MA7MQP",
            "dropoff_code": "MQPMA7",
            "pickup": "Manyeleti Game Reserve",
            "dropoff": "Kruger Mpumalanga International Airport",
            "pickupfrom_time": "09:30",
            "pickupto_time": "10:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1891",
            "child_pol_b": "(2-11)  4779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9727,
            "sng": 9727,
            "tpl": 9727,
            "qad": 9727,
            "qin": 9727,
            "six": 9727,
            "sep": 9727,
            "oct": 9727,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9727.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2988",
            "child_pol_b": "(2-11)  7454.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTTBV",
            "dropoff_code": "TBVORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "KA1ORT",
            "dropoff_code": "ORTKA1",
            "pickup": "Kapama Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2783",
            "child_pol_b": "(2-11)  7752.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "ORTKA1",
            "dropoff_code": "KA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Kapama Private Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2930",
            "child_pol_b": "(2-11)  7788.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "ORTKA1",
            "dropoff_code": "KA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Kapama Private Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2930",
            "child_pol_b": "(2-11)  7788.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "THNORT",
            "dropoff_code": "ORTTHN",
            "pickup": "Thornybush Private Nature Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10569,
            "sng": 10569,
            "tpl": 10569,
            "qad": 10569,
            "qin": 10569,
            "six": 10569,
            "sep": 10569,
            "oct": 10569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10569.0,
            "pickup_code": "KLAORT",
            "dropoff_code": "ORTKLA",
            "pickup": "Klaserie Private Nature Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  3089",
            "child_pol_b": "(2-11)  8058.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "THNORT",
            "dropoff_code": "ORTTHN",
            "pickup": "Thornybush Private Nature Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "NKRORT",
            "dropoff_code": "ORTNKR",
            "pickup": "Northern Kruger",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "NKRORT",
            "dropoff_code": "ORTNKR",
            "pickup": "Northern Kruger",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTNKR",
            "dropoff_code": "NKRORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Northern Kruger",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTNKR",
            "dropoff_code": "NKRORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Northern Kruger",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTNKR",
            "dropoff_code": "NKRORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Northern Kruger",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "ORTMA5",
            "dropoff_code": "MA5ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Makalali Conservancy",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2892",
            "child_pol_b": "(2-11)  7779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "ORTMA5",
            "dropoff_code": "MA5ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Makalali Conservancy",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2892",
            "child_pol_b": "(2-11)  7779.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "ORTMDK",
            "dropoff_code": "MDKORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Madikwe Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1924",
            "child_pol_b": "(2-11)  5366.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "ORTMDK",
            "dropoff_code": "MDKORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Madikwe Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1924",
            "child_pol_b": "(2-11)  5366.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "ORTMDK",
            "dropoff_code": "MDKORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Madikwe Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1924",
            "child_pol_b": "(2-11)  5366.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "ORTMDK",
            "dropoff_code": "MDKORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Madikwe Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1924",
            "child_pol_b": "(2-11)  5366.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "ORTMDK",
            "dropoff_code": "MDKORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Madikwe Game Reserve",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1924",
            "child_pol_b": "(2-11)  5366.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "14:30",
            "pickupto_time": "15:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "14:30",
            "pickupto_time": "15:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9727,
            "sng": 9727,
            "tpl": 9727,
            "qad": 9727,
            "qin": 9727,
            "six": 9727,
            "sep": 9727,
            "oct": 9727,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9727.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2988",
            "child_pol_b": "(2-11)  7454.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9727,
            "sng": 9727,
            "tpl": 9727,
            "qad": 9727,
            "qin": 9727,
            "six": 9727,
            "sep": 9727,
            "oct": 9727,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9727.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2988",
            "child_pol_b": "(2-11)  7454.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9727,
            "sng": 9727,
            "tpl": 9727,
            "qad": 9727,
            "qin": 9727,
            "six": 9727,
            "sep": 9727,
            "oct": 9727,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9727.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2988",
            "child_pol_b": "(2-11)  7454.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTTBV",
            "dropoff_code": "TBVORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTTBV",
            "dropoff_code": "TBVORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "KA1ORT",
            "dropoff_code": "ORTKA1",
            "pickup": "Kapama Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2783",
            "child_pol_b": "(2-11)  7752.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10569,
            "sng": 10569,
            "tpl": 10569,
            "qad": 10569,
            "qin": 10569,
            "six": 10569,
            "sep": 10569,
            "oct": 10569,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10569.0,
            "pickup_code": "ORTTBV",
            "dropoff_code": "TBVORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  3089",
            "child_pol_b": "(2-11)  8058.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTTBV",
            "dropoff_code": "TBVORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Timbavati Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "THNORT",
            "dropoff_code": "ORTTHN",
            "pickup": "Thornybush Private Nature Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "THNORT",
            "dropoff_code": "ORTTHN",
            "pickup": "Thornybush Private Nature Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "13:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTTHN",
            "dropoff_code": "THNORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Thornybush Private Nature Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTTHN",
            "dropoff_code": "THNORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Thornybush Private Nature Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "14:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9211,
            "sng": 9211,
            "tpl": 9211,
            "qad": 9211,
            "qin": 9211,
            "six": 9211,
            "sep": 9211,
            "oct": 9211,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9211.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2629",
            "child_pol_b": "(2-11)  6989.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9727,
            "sng": 9727,
            "tpl": 9727,
            "qad": 9727,
            "qin": 9727,
            "six": 9727,
            "sep": 9727,
            "oct": 9727,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9727.0,
            "pickup_code": "SA1ORT",
            "dropoff_code": "ORTSA1",
            "pickup": "Sabi Sand Private Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2988",
            "child_pol_b": "(2-11)  7454.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9727,
            "sng": 9727,
            "tpl": 9727,
            "qad": 9727,
            "qin": 9727,
            "six": 9727,
            "sep": 9727,
            "oct": 9727,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9727.0,
            "pickup_code": "ORTSA1",
            "dropoff_code": "SA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Sabi Sand Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2988",
            "child_pol_b": "(2-11)  7454.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 9421,
            "sng": 9421,
            "tpl": 9421,
            "qad": 9421,
            "qin": 9421,
            "six": 9421,
            "sep": 9421,
            "oct": 9421,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 9421.0,
            "pickup_code": "ORTMA7",
            "dropoff_code": "MA7ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Manyeleti Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2682",
            "child_pol_b": "(2-11)  7147.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 10263,
            "sng": 10263,
            "tpl": 10263,
            "qad": 10263,
            "qin": 10263,
            "six": 10263,
            "sep": 10263,
            "oct": 10263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 10263.0,
            "pickup_code": "ORTKA1",
            "dropoff_code": "KA1ORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Kapama Private Game Reserve",
            "pickupfrom_time": "13:00",
            "pickupto_time": "14:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  2930",
            "child_pol_b": "(2-11)  7788.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "ORTMDK",
            "dropoff_code": "MDKORT",
            "pickup": "OR Tambo Airport",
            "dropoff": "Madikwe Game Reserve",
            "pickupfrom_time": "10:00",
            "pickupto_time": "11:00",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1924",
            "child_pol_b": "(2-11)  5366.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Federal Air (Shuttle Services) - ZAR",
            "supplier_code": "fede03",
            "product_name": "Air Transfer",
            "product_code": "35756",
            "season_start": "2025-01-08",
            "season_end": "2026-01-05",
            "sell_from": "2024-12-31",
            "sell_to": "2026-01-05",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "ZAR",
            "price_notes": "The Customer Service Desk(Welcome Centre) is situated at the bus terminal after the Intercontinental Hotel at the Main Terminal. There will be a FedAir Air Representative there who will assist in transferring the guests to the FedAir Lounge.",
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 7105,
            "sng": 7105,
            "tpl": 7105,
            "qad": 7105,
            "qin": 7105,
            "six": 7105,
            "sep": 7105,
            "oct": 7105,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": 18,
            "pax_from": 9,
            "pax_to": 18,
            "pax_price": 7105.0,
            "pickup_code": "MDKORT",
            "dropoff_code": "ORTMDK",
            "pickup": "Madikwe Game Reserve",
            "dropoff": "OR Tambo Airport",
            "pickupfrom_time": "11:30",
            "pickupto_time": "12:30",
            "cancellation_policy": "0-7 days 100%, 8-14 days 75%, 15-30 days 50%, 31-60 days 25%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  1776",
            "child_pol_b": "(2-11)  5329.00",
            "child_pol_c": null,
            "child_notes": null,
            "charging_policy": "per person",
            "same_cost_both_ways": false
        }
    ]
}