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/?format=api&page=14
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1678,
    "next": "https://udmsapi.cullinan.co.za/v1/flights/rates/?format=api&page=15",
    "previous": "https://udmsapi.cullinan.co.za/v1/flights/rates/?format=api&page=13",
    "results": [
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 226,
            "sng": 452,
            "tpl": 226,
            "qad": 226,
            "qin": 226,
            "six": 226,
            "sep": 226,
            "oct": 226,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 226.0,
            "pickup_code": "VAAHWA",
            "dropoff_code": "HWAVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 210,
            "sng": 419,
            "tpl": 210,
            "qad": 210,
            "qin": 210,
            "six": 210,
            "sep": 210,
            "oct": 210,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 210.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 575,
            "sng": 1151,
            "tpl": 575,
            "qad": 575,
            "qin": 575,
            "six": 575,
            "sep": 575,
            "oct": 575,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 575.0,
            "pickup_code": "KARVAA",
            "dropoff_code": "VAAKAR",
            "pickup": "Lake Kariba",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 344,
            "sng": 688,
            "tpl": 344,
            "qad": 344,
            "qin": 344,
            "six": 344,
            "sep": 344,
            "oct": 344,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 344.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 263,
            "sng": 527,
            "tpl": 263,
            "qad": 263,
            "qin": 263,
            "six": 263,
            "sep": 263,
            "oct": 263,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 263.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "VAAHWA",
            "dropoff_code": "HWAVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 226,
            "sng": 452,
            "tpl": 226,
            "qad": 226,
            "qin": 226,
            "six": 226,
            "sep": 226,
            "oct": 226,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 226.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "VAAHWP",
            "dropoff_code": "HWPVAA",
            "pickup": "Victoria Falls Airport",
            "dropoff": "Hwange National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 360,
            "sng": 720,
            "tpl": 360,
            "qad": 360,
            "qin": 360,
            "six": 360,
            "sep": 360,
            "oct": 360,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 360.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 344,
            "sng": 688,
            "tpl": 344,
            "qad": 344,
            "qin": 344,
            "six": 344,
            "sep": 344,
            "oct": 344,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 344.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 344,
            "sng": 688,
            "tpl": 344,
            "qad": 344,
            "qin": 344,
            "six": 344,
            "sep": 344,
            "oct": 344,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 344.0,
            "pickup_code": "HWPVAA",
            "dropoff_code": "VAAHWP",
            "pickup": "Hwange National Park",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 210,
            "sng": 419,
            "tpl": 210,
            "qad": 210,
            "qin": 210,
            "six": 210,
            "sep": 210,
            "oct": 210,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 210.0,
            "pickup_code": "HWAVAA",
            "dropoff_code": "VAAHWA",
            "pickup": "Hwange",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 344,
            "sng": 688,
            "tpl": 344,
            "qad": 344,
            "qin": 344,
            "six": 344,
            "sep": 344,
            "oct": 344,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 344.0,
            "pickup_code": "HWAVAA",
            "dropoff_code": "VAAHWA",
            "pickup": "Hwange",
            "dropoff": "Victoria Falls Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-14",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 602,
            "sng": 1204,
            "tpl": 602,
            "qad": 602,
            "qin": 602,
            "six": 602,
            "sep": 602,
            "oct": 602,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 602.0,
            "pickup_code": "HAPKAR",
            "dropoff_code": "KARHAP",
            "pickup": "Harare Airport",
            "dropoff": "Lake Kariba",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": true
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 296.0,
            "pickup_code": "OKDSEL",
            "dropoff_code": "SELOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Selinda Reserve",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 301,
            "sng": 301,
            "tpl": 301,
            "qad": 301,
            "qin": 301,
            "six": 301,
            "sep": 301,
            "oct": 301,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 301.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 274,
            "sng": 274,
            "tpl": 274,
            "qad": 274,
            "qin": 274,
            "six": 274,
            "sep": 274,
            "oct": 274,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 274.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 296.0,
            "pickup_code": "SELOKD",
            "dropoff_code": "OKDSEL",
            "pickup": "Selinda Reserve",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 296.0,
            "pickup_code": "SELMUB",
            "dropoff_code": "MUBSEL",
            "pickup": "Selinda Reserve",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 296.0,
            "pickup_code": "SELLIN",
            "dropoff_code": "LINSEL",
            "pickup": "Selinda Reserve",
            "dropoff": "Linyanti",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 505,
            "sng": 505,
            "tpl": 505,
            "qad": 505,
            "qin": 505,
            "six": 505,
            "sep": 505,
            "oct": 505,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 505.0,
            "pickup_code": "SELKAT",
            "dropoff_code": "KATSEL",
            "pickup": "Selinda Reserve",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 339,
            "sng": 339,
            "tpl": 339,
            "qad": 339,
            "qin": 339,
            "six": 339,
            "sep": 339,
            "oct": 339,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 339.0,
            "pickup_code": "LINOKD",
            "dropoff_code": "OKDLIN",
            "pickup": "Linyanti",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 301,
            "sng": 301,
            "tpl": 301,
            "qad": 301,
            "qin": 301,
            "six": 301,
            "sep": 301,
            "oct": 301,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 301.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 296.0,
            "pickup_code": "CHOMUB",
            "dropoff_code": "MUBCHO",
            "pickup": "Chobe National Park",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 505,
            "sng": 505,
            "tpl": 505,
            "qad": 505,
            "qin": 505,
            "six": 505,
            "sep": 505,
            "oct": 505,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 505.0,
            "pickup_code": "CHOKAT",
            "dropoff_code": "KATCHO",
            "pickup": "Chobe National Park",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 328,
            "sng": 328,
            "tpl": 328,
            "qad": 328,
            "qin": 328,
            "six": 328,
            "sep": 328,
            "oct": 328,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 328.0,
            "pickup_code": "MUBLIN",
            "dropoff_code": "LINMUB",
            "pickup": "Maun Airport",
            "dropoff": "Linyanti",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 505,
            "sng": 505,
            "tpl": 505,
            "qad": 505,
            "qin": 505,
            "six": 505,
            "sep": 505,
            "oct": 505,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 505.0,
            "pickup_code": "OKDKAT",
            "dropoff_code": "KATOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 312,
            "sng": 312,
            "tpl": 312,
            "qad": 312,
            "qin": 312,
            "six": 312,
            "sep": 312,
            "oct": 312,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 312.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 323,
            "sng": 323,
            "tpl": 323,
            "qad": 323,
            "qin": 323,
            "six": 323,
            "sep": 323,
            "oct": 323,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 323.0,
            "pickup_code": "MUBMUN",
            "dropoff_code": "MUNMUB",
            "pickup": "Maun Airport",
            "dropoff": "Maun",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDMUN",
            "dropoff_code": "MUNOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 323,
            "sng": 323,
            "tpl": 323,
            "qad": 323,
            "qin": 323,
            "six": 323,
            "sep": 323,
            "oct": 323,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 323.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 323,
            "sng": 323,
            "tpl": 323,
            "qad": 323,
            "qin": 323,
            "six": 323,
            "sep": 323,
            "oct": 323,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 323.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 301,
            "sng": 301,
            "tpl": 301,
            "qad": 301,
            "qin": 301,
            "six": 301,
            "sep": 301,
            "oct": 301,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 301.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 505,
            "sng": 505,
            "tpl": 505,
            "qad": 505,
            "qin": 505,
            "six": 505,
            "sep": 505,
            "oct": 505,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 505.0,
            "pickup_code": "LINKAT",
            "dropoff_code": "KATLIN",
            "pickup": "Linyanti",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATLIN",
            "dropoff_code": "LINKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Linyanti",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 527,
            "sng": 527,
            "tpl": 527,
            "qad": 527,
            "qin": 527,
            "six": 527,
            "sep": 527,
            "oct": 527,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 527.0,
            "pickup_code": "OKDKAT",
            "dropoff_code": "KATOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 317,
            "sng": 317,
            "tpl": 317,
            "qad": 317,
            "qin": 317,
            "six": 317,
            "sep": 317,
            "oct": 317,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 317.0,
            "pickup_code": "LINOKD",
            "dropoff_code": "OKDLIN",
            "pickup": "Linyanti",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 269,
            "sng": 269,
            "tpl": 269,
            "qad": 269,
            "qin": 269,
            "six": 269,
            "sep": 269,
            "oct": 269,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 269.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 505,
            "sng": 505,
            "tpl": 505,
            "qad": 505,
            "qin": 505,
            "six": 505,
            "sep": 505,
            "oct": 505,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 505.0,
            "pickup_code": "OKDKAT",
            "dropoff_code": "KATOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATLIN",
            "dropoff_code": "LINKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Linyanti",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATCHO",
            "dropoff_code": "CHOKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Chobe National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 672,
            "sng": 672,
            "tpl": 672,
            "qad": 672,
            "qin": 672,
            "six": 672,
            "sep": 672,
            "oct": 672,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 672.0,
            "pickup_code": "KATCNK",
            "dropoff_code": "CNKKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Central Kalahari",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATSEL",
            "dropoff_code": "SELKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Selinda Reserve",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 296,
            "sng": 296,
            "tpl": 296,
            "qad": 296,
            "qin": 296,
            "six": 296,
            "sep": 296,
            "oct": 296,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 296.0,
            "pickup_code": "CHOMUB",
            "dropoff_code": "MUBCHO",
            "pickup": "Chobe National Park",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 640,
            "sng": 640,
            "tpl": 640,
            "qad": 640,
            "qin": 640,
            "six": 640,
            "sep": 640,
            "oct": 640,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 640.0,
            "pickup_code": "CNKKAT",
            "dropoff_code": "KATCNK",
            "pickup": "Central Kalahari",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 640,
            "sng": 640,
            "tpl": 640,
            "qad": 640,
            "qin": 640,
            "six": 640,
            "sep": 640,
            "oct": 640,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 640.0,
            "pickup_code": "CNKKAT",
            "dropoff_code": "KATCNK",
            "pickup": "Central Kalahari",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 559,
            "sng": 559,
            "tpl": 559,
            "qad": 559,
            "qin": 559,
            "six": 559,
            "sep": 559,
            "oct": 559,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 559.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 554,
            "sng": 554,
            "tpl": 554,
            "qad": 554,
            "qin": 554,
            "six": 554,
            "sep": 554,
            "oct": 554,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 554.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 559,
            "sng": 559,
            "tpl": 559,
            "qad": 559,
            "qin": 559,
            "six": 559,
            "sep": 559,
            "oct": 559,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 559.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 312,
            "sng": 312,
            "tpl": 312,
            "qad": 312,
            "qin": 312,
            "six": 312,
            "sep": 312,
            "oct": 312,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 312.0,
            "pickup_code": "CHOOKD",
            "dropoff_code": "OKDCHO",
            "pickup": "Chobe National Park",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": null,
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 220,
            "sng": 220,
            "tpl": 220,
            "qad": 220,
            "qin": 220,
            "six": 220,
            "sep": 220,
            "oct": 220,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 220.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 312,
            "sng": 312,
            "tpl": 312,
            "qad": 312,
            "qin": 312,
            "six": 312,
            "sep": 312,
            "oct": 312,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 312.0,
            "pickup_code": "CHOOKD",
            "dropoff_code": "OKDCHO",
            "pickup": "Chobe National Park",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 527,
            "sng": 527,
            "tpl": 527,
            "qad": 527,
            "qin": 527,
            "six": 527,
            "sep": 527,
            "oct": 527,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 527.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick Up and Drop Off Fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 306,
            "sng": 306,
            "tpl": 306,
            "qad": 306,
            "qin": 306,
            "six": 306,
            "sep": 306,
            "oct": 306,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 306.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 323,
            "sng": 323,
            "tpl": 323,
            "qad": 323,
            "qin": 323,
            "six": 323,
            "sep": 323,
            "oct": 323,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 323.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 323,
            "sng": 323,
            "tpl": 323,
            "qad": 323,
            "qin": 323,
            "six": 323,
            "sep": 323,
            "oct": 323,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 323.0,
            "pickup_code": "MUBOKD",
            "dropoff_code": "OKDMUB",
            "pickup": "Maun Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 527,
            "sng": 527,
            "tpl": 527,
            "qad": 527,
            "qin": 527,
            "six": 527,
            "sep": 527,
            "oct": 527,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 527.0,
            "pickup_code": "KHWKAT",
            "dropoff_code": "KATKHW",
            "pickup": "Khwai Private Reserve",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 527,
            "sng": 527,
            "tpl": 527,
            "qad": 527,
            "qin": 527,
            "six": 527,
            "sep": 527,
            "oct": 527,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 527.0,
            "pickup_code": "OKDKAT",
            "dropoff_code": "KATOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Kasane Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "KHWMUB",
            "dropoff_code": "MUBKHW",
            "pickup": "Khwai Private Reserve",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDMUB",
            "dropoff_code": "MUBOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Maun Airport",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 559,
            "sng": 559,
            "tpl": 559,
            "qad": 559,
            "qin": 559,
            "six": 559,
            "sep": 559,
            "oct": 559,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 559.0,
            "pickup_code": "KATKHW",
            "dropoff_code": "KHWKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Khwai Private Reserve",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 559,
            "sng": 559,
            "tpl": 559,
            "qad": 559,
            "qin": 559,
            "six": 559,
            "sep": 559,
            "oct": 559,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 559.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 323,
            "sng": 323,
            "tpl": 323,
            "qad": 323,
            "qin": 323,
            "six": 323,
            "sep": 323,
            "oct": 323,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 323.0,
            "pickup_code": "MUBKHW",
            "dropoff_code": "KHWMUB",
            "pickup": "Maun Airport",
            "dropoff": "Khwai Private Reserve",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 538,
            "sng": 538,
            "tpl": 538,
            "qad": 538,
            "qin": 538,
            "six": 538,
            "sep": 538,
            "oct": 538,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 538.0,
            "pickup_code": "KATLIN",
            "dropoff_code": "LINKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Linyanti",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Airport Departure Tax, Drop off Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 559,
            "sng": 559,
            "tpl": 559,
            "qad": 559,
            "qin": 559,
            "six": 559,
            "sep": 559,
            "oct": 559,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 559.0,
            "pickup_code": "KATOKD",
            "dropoff_code": "OKDKAT",
            "pickup": "Kasane Airport",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 290,
            "sng": 290,
            "tpl": 290,
            "qad": 290,
            "qin": 290,
            "six": 290,
            "sep": 290,
            "oct": 290,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 290.0,
            "pickup_code": "OKDOKD",
            "dropoff_code": "OKDOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Okavango Delta",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        },
        {
            "supplier": "Mack Air",
            "supplier_code": "mack01",
            "product_name": "Air Transfer",
            "product_code": "35737",
            "season_start": "2026-01-01",
            "season_end": "2026-12-31",
            "sell_from": "2025-07-18",
            "sell_to": "2026-12-31",
            "is_provisional_rate": false,
            "ratecode": "Contracted Rate",
            "currency": "USD",
            "price_notes": null,
            "inclusions": "Pick up Airstrip Service fee",
            "exclusions": null,
            "board_basis_id": "SAP",
            "board_basis_name": "Seat in Aeroplane",
            "dbl": 312,
            "sng": 312,
            "tpl": 312,
            "qad": 312,
            "qin": 312,
            "six": 312,
            "sep": 312,
            "oct": 312,
            "product_type": "Flights",
            "min_pax": null,
            "max_pax": null,
            "pax_from": 9,
            "pax_to": null,
            "pax_price": 312.0,
            "pickup_code": "OKDCHO",
            "dropoff_code": "CHOOKD",
            "pickup": "Okavango Delta",
            "dropoff": "Chobe National Park",
            "pickupfrom_time": "",
            "pickupto_time": "",
            "cancellation_policy": "0-21 days 100%",
            "levies": null,
            "special_offers": null,
            "child_pol_a": "(0-1)  0.00",
            "child_pol_b": null,
            "child_pol_c": null,
            "child_notes": "Children 0 - 1 years are accommodated complimentary. ;",
            "charging_policy": "per person",
            "same_cost_both_ways": false
        }
    ]
}